Skip to content

Commit

Permalink
added default value for setNewInput in inputdropdown (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Jan 1, 2025
1 parent 6df5b9c commit bd6c552
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const InputDropdown: React.FC<InputDropdownProps> = ({
required = false,
selectedOption ,
feedback,
setNewInput,
setNewInput = ()=>{},
ariaLabelforDropdown,
ariaLabelforInput,
dataTestIdforDropdown,
Expand Down

0 comments on commit bd6c552

Please sign in to comment.