Skip to content

Commit

Permalink
changed custom to deselct
Browse files Browse the repository at this point in the history
  • Loading branch information
sijumoncy committed Aug 12, 2024
1 parent 7a15ec6 commit 57a8d2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ const ToggleOptions = [
{ key: 'all', name: 'All' },
{ key: 'old', name: 'Old' },
{ key: 'new', name: 'New' },
{ key: 'custom', name: 'Custom' },
{ key: 'none', name: 'Deselect' },
];

function BulkSelectionGroup({
selectedOption = ToggleOptions[3].key,
selectedOption = '',
handleSelect,
}) {
return (
Expand Down

0 comments on commit 57a8d2f

Please sign in to comment.