Skip to content

Commit

Permalink
Merge pull request #298 from linqiqi077/main
Browse files Browse the repository at this point in the history
fix(model-app): fix edit modal data not backfilled
  • Loading branch information
Carrotzpc authored Apr 1, 2024
2 parents 875d223 + a7ffd7b commit 2e63d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ModelAppList/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ class ModelAppList$$Page extends React.Component {
},
],
},
category: curCate.value,
category: curCate?.value,
description: this.state.currentRecord.description,
});
}, 500);
Expand Down

0 comments on commit 2e63d80

Please sign in to comment.