-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix]: Update Select Components in manual time modal (#3609)
* fix: update select components in manual time modal - Replace SelectItems with CustomSelect component - Standardize select styling across teams, tasks and reasons - Fix value handling for team and task selection - Remove unused SelectItems import * refactor: remove redundant array fallbacks in CustomSelect - Remove unnecessary || [] conditions from CustomSelect options - Clean up options handling for teams, tasks, and reasons selects - Improve code clarity by removing redundant array conversions
- Loading branch information
1 parent
ebb12bd
commit b9f2a96
Showing
3 changed files
with
59 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters