We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724c172 commit c0086cdCopy full SHA for c0086cd
1 file changed
apps/model_catalog/src/ValidationFramework.jsx
@@ -803,8 +803,9 @@ class ValidationFramework extends React.Component {
803
}
804
805
handleFeaturedModelClick(modelId) {
806
- updateHash("model_id." + modelId);
807
- this.getModel("model_id", modelId);
+ updateHash("model_id." + modelId);
+ this.setState({ loadingOpen: true });
808
+ this.getModel("model_id", modelId);
809
810
811
handleModelRowClick(rowData, rowMeta) {
0 commit comments