panel 2 courier api restore

This commit is contained in:
alma 2025-04-25 19:11:22 +02:00
parent 6fb50f1209
commit ce62025bea

View File

@ -1600,6 +1600,17 @@ export default function CourrierPage() {
<span>Compose</span>
</div>
</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>
{/* Accounts Section */}