Remove placeholder from screen select above preview
This commit is contained in:
parent
b83ea1f682
commit
89e53ad869
|
@ -11,6 +11,7 @@
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="header-left">
|
<div class="header-left">
|
||||||
<Select
|
<Select
|
||||||
|
placeholder={null}
|
||||||
options={$sortedScreens}
|
options={$sortedScreens}
|
||||||
getOptionLabel={x => x.routing.route}
|
getOptionLabel={x => x.routing.route}
|
||||||
getOptionValue={x => x._id}
|
getOptionValue={x => x._id}
|
||||||
|
|
Loading…
Reference in New Issue