Fix crashing when rendering any components settings that uses a ScreenSelect
This commit is contained in:
parent
3f2d1aed30
commit
b4ded22ac9
|
@ -9,6 +9,7 @@
|
|||
export let value = ""
|
||||
|
||||
$: urls = getUrls()
|
||||
$: console.log(urls)
|
||||
|
||||
const handleBlur = () => dispatch("change", value)
|
||||
|
||||
|
@ -61,9 +62,9 @@
|
|||
sort: detailScreen.props._component,
|
||||
})
|
||||
}
|
||||
|
||||
return urls
|
||||
}
|
||||
|
||||
return urls
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue