fix: UI single model selection in router mode (#19767)
This commit is contained in:
parent
ba3b9c8844
commit
07968d53e4
3 changed files with 10 additions and 3 deletions
|
|
@ -251,9 +251,6 @@
|
|||
return options.find((option) => option.id === activeId);
|
||||
}
|
||||
|
||||
if (options.length === 1) {
|
||||
return options[0];
|
||||
}
|
||||
// No selection - return undefined to show "Select model"
|
||||
return undefined;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue