Skip to content

Commit

Permalink
fix(model-app): fix edit modal data not backfilled
Browse files Browse the repository at this point in the history
  • Loading branch information
linqiqi077 committed Apr 1, 2024
1 parent 9a79c1f commit a7ffd7b
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 a7ffd7b

Please sign in to comment.