perf: delete type

This commit is contained in:
archer 2025-12-10 00:01:14 +08:00
parent f4cc93f39b
commit 3e0b853a88
No known key found for this signature in database
GPG Key ID: 4446499B846D4A9E

View File

@ -67,7 +67,8 @@ const CustomDomain = () => {
});
const { ConfirmModal, openConfirm } = useConfirm({
content: t('account:custom_domain.delete_confirm')
content: t('account:custom_domain.delete_confirm'),
type: 'delete'
});
const [editDomain, setEditDomain] = useState<CustomDomainType | undefined>(undefined);