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-left">
|
||||
<Select
|
||||
placeholder={null}
|
||||
options={$sortedScreens}
|
||||
getOptionLabel={x => x.routing.route}
|
||||
getOptionValue={x => x._id}
|
||||
|
|
Loading…
Reference in New Issue