Fix model selector locked to first loaded model with multiple models (#20580)
* webui: fix model selector being locked to first loaded model When multiple models are loaded, the auto-select effect would re-fire on every loadedModelIds change, overriding the user's manual model selection. Guard with selectedModelId so auto-select only kicks in when no model is chosen yet. * chore: update webui build output
This commit is contained in:
parent
d8c331c0af
commit
d65c4f2dc9
2 changed files with 2 additions and 1 deletions
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue