From 13a3bfef143e7dea8e5afa52c4080c1736e8b2ff Mon Sep 17 00:00:00 2001 From: archer <545436317@qq.com> Date: Wed, 10 Dec 2025 00:01:14 +0800 Subject: [PATCH] perf: delete type --- projects/app/src/pages/account/customDomain/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/app/src/pages/account/customDomain/index.tsx b/projects/app/src/pages/account/customDomain/index.tsx index d884bdbd7..addc5b16a 100644 --- a/projects/app/src/pages/account/customDomain/index.tsx +++ b/projects/app/src/pages/account/customDomain/index.tsx @@ -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(undefined);