Skip to content

Commit

Permalink
get_models if model assign failed
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya52 committed May 21, 2024
1 parent adfce0e commit b1b132b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions refact_webgui/webgui/static/tab-model-hosting.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ function save_model_assigned() {
.catch(function (error) {
console.log('tab-host-models-assign', error.detail);
general_error(error.detail);
get_models();
});
}

Expand Down

0 comments on commit b1b132b

Please sign in to comment.