mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-30 00:16:07 +08:00
修复在视图管理中编辑、新建视图点击确定后不能关闭页面的问题
This commit is contained in:
parent
34fc6fd89f
commit
362abf5f99
|
@ -261,8 +261,8 @@ const ViewManageModal = ({
|
|||
view={editedView}
|
||||
visible={isCreateViewModalVisible}
|
||||
handleCancel={(data) => {
|
||||
cronViewChange(data);
|
||||
setIsCreateViewModalVisible(false);
|
||||
cronViewChange(data);
|
||||
}}
|
||||
/>
|
||||
</Modal>
|
||||
|
|
Loading…
Reference in New Issue
Block a user