Feat/new confirm (#6984)

This commit is contained in:
Yi Xiao 2024-08-06 14:31:13 +08:00 committed by GitHub
commit 0c22e4e3d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 192 additions and 461 deletions

View file

@ -154,10 +154,6 @@ const SecretKeyModal = ({
title={`${t('appApi.actionMsg.deleteConfirmTitle')}`}
content={`${t('appApi.actionMsg.deleteConfirmTips')}`}
isShow={showConfirmDelete}
onClose={() => {
setDelKeyId('')
setShowConfirmDelete(false)
}}
onConfirm={onDel}
onCancel={() => {
setDelKeyId('')