Fix null referencce in ModelViewSelect
This commit is contained in:
parent
5beb70578c
commit
69c079d996
|
@ -10,7 +10,7 @@
|
|||
|
||||
function handleSelected(selected) {
|
||||
dispatch("change", selected)
|
||||
dropdown.hide()
|
||||
dropdownRight.hide()
|
||||
}
|
||||
|
||||
const models = $backendUiStore.models.map(m => ({
|
||||
|
|
Loading…
Reference in New Issue