Browse Source

fix: 修改 UpdateForm 组件的属性,将 destroyOnClose 更改为 destroyOnHidden (#11476)

Co-authored-by: skyzhao <skyzhao@example.com>
pull/11474/head
SKY ZHAO 10 months ago
committed by Wanpan
parent
commit
8b53bddb1e
  1. 2
      src/pages/TableList/components/UpdateForm.tsx

2
src/pages/TableList/components/UpdateForm.tsx

@ -41,7 +41,7 @@ const UpdateForm: React.FC<UpdateFormProps> = (props) => {
padding: '32px 40px 48px',
},
}}
destroyOnClose
destroyOnHidden
title={intl.formatMessage({
id: 'pages.searchTable.updateForm.ruleConfig',
defaultMessage: '规则配置',

Loading…
Cancel
Save