courrier multi account restore compose
This commit is contained in:
parent
62316bd5a6
commit
06bcaea4bf
@ -11,7 +11,7 @@ import {
|
||||
MoreHorizontal, FolderOpen, X, Paperclip, MessageSquare, Copy, EyeOff,
|
||||
AlertOctagon, Archive, RefreshCw, Menu
|
||||
} from 'lucide-react';
|
||||
import { Dialog, DialogContent } from '@/components/ui/dialog';
|
||||
import { Dialog, DialogContent, DialogTitle } from '@/components/ui/dialog';
|
||||
import { Alert, AlertDescription, AlertTitle } from '@/components/ui/alert';
|
||||
import {
|
||||
AlertDialog,
|
||||
@ -1141,6 +1141,9 @@ export default function CourrierPage() {
|
||||
{/* Compose Email Dialog */}
|
||||
<Dialog open={showComposeModal} onOpenChange={(open) => !open && setShowComposeModal(false)}>
|
||||
<DialogContent className="sm:max-w-[800px] p-0 h-[80vh]">
|
||||
<DialogTitle asChild>
|
||||
<span className="sr-only">New Message</span>
|
||||
</DialogTitle>
|
||||
<ComposeEmail
|
||||
type={composeType}
|
||||
initialEmail={composeType !== 'new' ? selectedEmail : undefined}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user