fix: better qr code panel and webapp url regen confirmation (#6321)
This commit is contained in:
@@ -183,7 +183,7 @@ function AppCard({
|
||||
<Confirm
|
||||
type='warning'
|
||||
title={t('appOverview.overview.appInfo.regenerate')}
|
||||
content={''}
|
||||
content={t('appOverview.overview.appInfo.regenerateNotice')}
|
||||
isShow={showConfirmDelete}
|
||||
onClose={() => setShowConfirmDelete(false)}
|
||||
onConfirm={() => {
|
||||
|
||||
Reference in New Issue
Block a user