Skip to content

Commit

Permalink
added id for stream selector
Browse files Browse the repository at this point in the history
  • Loading branch information
balaji-jr committed Oct 15, 2024
1 parent 018e567 commit cf8b044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Header/StreamDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const StreamDropdown = () => {
height: STREAM_PRIMARY_TOOLBAR_HEIGHT,
},
}}
id="stream-selector"
data={userSpecificStreams?.map((stream: any) => ({ value: stream.name, label: stream.name })) ?? []}
/>
);
Expand Down

0 comments on commit cf8b044

Please sign in to comment.