From fdf5217d96b2cc8105eea5616296c87c581f918b Mon Sep 17 00:00:00 2001 From: DAIYU0531 <3219450583@qq.com> Date: Mon, 1 Apr 2024 17:18:16 +0800 Subject: [PATCH] fix edit hotfix bug --- sysom_web/src/pages/hotfix/components/EditReleasedHotfixForm.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/sysom_web/src/pages/hotfix/components/EditReleasedHotfixForm.jsx b/sysom_web/src/pages/hotfix/components/EditReleasedHotfixForm.jsx index 9fce2bc7..f5039f85 100644 --- a/sysom_web/src/pages/hotfix/components/EditReleasedHotfixForm.jsx +++ b/sysom_web/src/pages/hotfix/components/EditReleasedHotfixForm.jsx @@ -37,6 +37,7 @@ const EditReleasedHotfixForm = (props) => { return true }} initialValues={props.record} + drawerProps = {{ destroyOnClose: true }} >