Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bug): time range selection #2631

Merged
merged 1 commit into from
Sep 6, 2024
Merged

fix(bug): time range selection #2631

merged 1 commit into from
Sep 6, 2024

Conversation

wesbillman
Copy link
Collaborator

Fixes #2612

Screenshot 2024-09-06 at 10 27 10 AM

@wesbillman wesbillman requested review from a team, gak and deniseli and removed request for a team September 6, 2024 17:32
<ListboxOption
key={key}
className={({ focus }) =>
classNames(focus ? 'bg-indigo-600 text-white' : `${textColor}`, 'relative cursor-pointer select-none py-2 pl-3 pr-9')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could

`${textColor}`

be just textColor?

@wesbillman wesbillman force-pushed the fix-time-range-selector branch from d5070e6 to 81a1da1 Compare September 6, 2024 18:34
@wesbillman wesbillman added this pull request to the merge queue Sep 6, 2024
Merged via the queue into main with commit af71d02 Sep 6, 2024
23 checks passed
@wesbillman wesbillman deleted the fix-time-range-selector branch September 6, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Event page timeline dropdown not working
2 participants