Skip to content

Commit

Permalink
removing onchange default
Browse files Browse the repository at this point in the history
  • Loading branch information
ksierks committed Aug 16, 2022
1 parent 76ba866 commit 8023bed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface ProjectSelectProps extends SelectProps {
*/
export function ProjectSelect({
projects,
onChange = () => {},
onChange,
defaultValue = null,
}: ProjectSelectProps): JSX.Element {
const [options, setOptions] = React.useState<LabeledValue[]>(() =>
Expand Down

0 comments on commit 8023bed

Please sign in to comment.