Feat/new confirm (#6984)

This commit is contained in:
Yi Xiao
2024-08-06 14:31:13 +08:00
committed by Joel
parent 443d929137
commit 959107f553
33 changed files with 192 additions and 461 deletions

View File

@ -25,7 +25,6 @@ const RemoveVarConfirm: FC<Props> = ({
content={t(`${i18nPrefix}.content`)}
onConfirm={onConfirm}
onCancel={onCancel}
onClose={onCancel}
/>
)
}