Skip to content

Commit

Permalink
fix missing placeholder for preset dropdown in live feed
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jun 3, 2024
1 parent be9bd11 commit 21c1ad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/CameraFeed/CameraFeedWithBedPresets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default function LocationFeedTile(props: Props) {
options={data?.results ?? []}
value={preset}
onChange={setPreset}
placeholder="Select preset"
/>
)}
</div>
Expand Down

0 comments on commit 21c1ad1

Please sign in to comment.