From 362abf5f9936a2500c1fa61dcdd80129dc6cc747 Mon Sep 17 00:00:00 2001 From: cddjr Date: Sun, 4 Sep 2022 21:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=A8=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E4=B8=AD=E7=BC=96=E8=BE=91=E3=80=81=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E8=A7=86=E5=9B=BE=E7=82=B9=E5=87=BB=E7=A1=AE=E5=AE=9A?= =?UTF-8?q?=E5=90=8E=E4=B8=8D=E8=83=BD=E5=85=B3=E9=97=AD=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/viewManageModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/crontab/viewManageModal.tsx b/src/pages/crontab/viewManageModal.tsx index 1ddf9e83..f4030f65 100644 --- a/src/pages/crontab/viewManageModal.tsx +++ b/src/pages/crontab/viewManageModal.tsx @@ -261,8 +261,8 @@ const ViewManageModal = ({ view={editedView} visible={isCreateViewModalVisible} handleCancel={(data) => { - cronViewChange(data); setIsCreateViewModalVisible(false); + cronViewChange(data); }} />