Skip to content

Commit f2ac9db

Browse files
committed
Fix mini app model check buttons
1 parent 0f0742b commit f2ac9db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/adminapi/templates/tg_admin.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ <h2 id="sheet-title">Choose model</h2>
794794
})
795795
.then(function (payload) {
796796
text("routing-state", payload.status && payload.status.status ? payload.status.status : "Checked");
797+
state.busy = false;
797798
return loadModels(byId("model-search").value.trim());
798799
})
799800
.catch(function (err) {

0 commit comments

Comments
 (0)