Skip to content

Commit

Permalink
Removing console log
Browse files Browse the repository at this point in the history
  • Loading branch information
carloslimasd committed Jul 16, 2024
1 parent 3dac3b6 commit b268ca7
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ const DropdownBlankSelection = (props) => {
label: "Pakistan",
value: "Pakistan",
}
];

const onChange = (value) => {
console.log(value)
}
];

return (
<>
<Dropdown
blankSelection="Select one..."
onSelect={onChange}
options={options}
{...props}
/>
Expand Down

0 comments on commit b268ca7

Please sign in to comment.