Skip to content

Commit

Permalink
fix CLSelectInput behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
melkent committed Dec 1, 2024
1 parent 6033f1c commit d6b803f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Inputs/CLInputs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ export const CLInputWithUnits = ({

export const CLSelectInput = ({
value,
handleChange,
onChange,
children,
}) => {
return (
<Select
value={value}
onChange={handleChange}
onChange={onChange}
className="select-dropdown"
sx={{
'& .MuiOutlinedInput-notchedOutline': {
Expand Down

0 comments on commit d6b803f

Please sign in to comment.