1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +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-left">
<Select
placeholder={null}
options={$sortedScreens}
getOptionLabel={x => x.routing.route}
getOptionValue={x => x._id}