fix(web): update modal.confirm cancelText

This commit is contained in:
zhaoying
2025-12-30 20:12:15 +08:00
parent 61926c29e5
commit eabe12eebe
10 changed files with 10 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ const Properties: FC<PropertiesProps> = ({
modal.confirm({
title: t('common.confirmDeleteDesc', { name: vo.name }),
okText: t('common.delete'),
cancelText: t('common.cancel'),
okType: 'danger',
onOk: () => {
const defaultValue = selectedNode.data.config.variables.defaultValue ?? []