courrier multi account restore compose
This commit is contained in:
parent
7a0baaa3da
commit
61e758f341
@ -522,6 +522,7 @@ export default function ComposeEmail({
|
||||
variant="outline"
|
||||
size="sm"
|
||||
onClick={handleAttachmentClick}
|
||||
className="bg-white hover:bg-gray-100 border-gray-300"
|
||||
>
|
||||
<Paperclip className="h-4 w-4 mr-1" />
|
||||
Attach
|
||||
@ -532,6 +533,7 @@ export default function ComposeEmail({
|
||||
size="sm"
|
||||
onClick={handleSend}
|
||||
disabled={sending}
|
||||
className="bg-blue-600 text-white hover:bg-blue-700"
|
||||
>
|
||||
{sending ? (
|
||||
<>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user