1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Remove placeholder from screen select above preview

This commit is contained in:
Andrew Kingston 2022-05-11 09:07:01 +01:00
parent 4ebe82c82e
commit 3418b90df4

View file

@ -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}