Skip to content

Commit

Permalink
Update select type
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbaldwin44 committed Aug 19, 2024
1 parent a050987 commit 4697de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions locust/webui/src/components/Form/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ interface ISelect extends SelectProps {
multiple?: boolean;
defaultValue?: string | string[];
sx?: SxProps;
onChange?: SelectProps['onChange'];
}

export default function Select({
Expand Down

0 comments on commit 4697de5

Please sign in to comment.