Commit 36eca1e4c0cdc58e8d5fb21965fbde7e42a8ced5

Authored by ww
1 parent 09f9248e

fix: DEFECT-963 create data component fetch api happend error

@@ -143,7 +143,7 @@ @@ -143,7 +143,7 @@
143 }; 143 };
144 144
145 const handleOpenDetailModal = () => { 145 const handleOpenDetailModal = () => {
146 - openModal(); 146 + openModal(true, { isEdit: false });
147 }; 147 };
148 148
149 const handleRemove = async (record: DataBoardRecord) => { 149 const handleRemove = async (record: DataBoardRecord) => {