Skip to content

Commit

Permalink
default false value into Select isSelectDisabled prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestarrdev committed Apr 18, 2024
1 parent d8b1406 commit 9f74ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/ui/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FaChevronDown } from 'react-icons/fa';
import { SelectOption, SelectOptions } from '@/lib/chainIdOptions';

export const Select = ({
isSelectDisabled,
isSelectDisabled = false,
handleSelectChange,
placeholderValue,
placeholderFiller,
Expand Down

0 comments on commit 9f74ac7

Please sign in to comment.