mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
perf: delete type
This commit is contained in:
parent
f4cc93f39b
commit
3e0b853a88
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue