Skip to content

Commit

Permalink
Build issue resolved (#69)
Browse files Browse the repository at this point in the history
* Added all in filter options

* Fix
  • Loading branch information
vidyaaKhandekar authored Dec 3, 2024
1 parent 5bf9720 commit a0265a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/input/FloatingSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const FloatingSelect: React.FC<FloatingSelectProps> = ({
}}
onBlur={() => setIsFocused(value !== "")}
onFocus={() => setIsFocused(true)}
placeholder={All}
placeholder={"All"}
border="2px"
style={{ borderColor: "var(--input-color)" }}
_focus={{
Expand Down

0 comments on commit a0265a0

Please sign in to comment.