Fix: Remove duplicate close button

- Removed the duplicate close button from the test email dialog.
This commit is contained in:
Tola Leng
2025-09-04 22:05:18 +07:00
parent 956786a859
commit e6093f9fe2
@@ -126,15 +126,6 @@ const TestEmailDialog: React.FC<TestEmailDialogProps> = ({
<Mail className="h-5 w-5" />
{t("sendTestEmail", "settings")}
</DialogTitle>
<Button
variant="ghost"
size="icon"
className="absolute right-4 top-4"
onClick={handleClose}
disabled={isLoading}
>
<X className="h-4 w-4" />
</Button>
</DialogHeader>
<div className="space-y-4 py-4">