panel 2 courier api restore
This commit is contained in:
parent
6fb50f1209
commit
ce62025bea
@ -1600,6 +1600,17 @@ export default function CourrierPage() {
|
|||||||
<span>Compose</span>
|
<span>Compose</span>
|
||||||
</div>
|
</div>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button
|
||||||
|
variant="outline"
|
||||||
|
size="icon"
|
||||||
|
className="h-9 w-9 flex-none"
|
||||||
|
onClick={() => {
|
||||||
|
setLoading(true);
|
||||||
|
loadEmails();
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<RefreshCw className="h-4 w-4" />
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Accounts Section */}
|
{/* Accounts Section */}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user