Remove placeholder from screen select above preview
This commit is contained in:
parent
4ebe82c82e
commit
3418b90df4
|
@ -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