Fix null referencce in ModelViewSelect

This commit is contained in:
Andrew Kingston 2020-10-05 14:02:33 +01:00
parent 5beb70578c
commit 69c079d996
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
function handleSelected(selected) {
dispatch("change", selected)
dropdown.hide()
dropdownRight.hide()
}
const models = $backendUiStore.models.map(m => ({