Commit eac5920d by zhaochengxiang

bug

parent f7f6b3b8
...@@ -551,7 +551,7 @@ const ImportAction = (props) => { ...@@ -551,7 +551,7 @@ const ImportAction = (props) => {
setCreateZipperModel(value); setCreateZipperModel(value);
const newModelerData = {...modelerData}; const newModelerData = {...modelerData};
if (newModelerData.inherited) { if (newModelerData.inherited) {
newModelerData.inherited = {...newModelerData.inherited, historical: value?modelerData.inherited?.historical:null} newModelerData.inherited = {...newModelerData.inherited, zipper: value?modelerData.inherited?.zipper:null}
onChange?.(newModelerData); onChange?.(newModelerData);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment