Remove placeholder from screen select above preview

This commit is contained in:
Andrew Kingston 2022-05-11 09:07:01 +01:00
parent b83ea1f682
commit 89e53ad869
1 changed files with 1 additions and 0 deletions

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}