Skip to content

Commit

Permalink
revert merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Titani committed Feb 13, 2023
1 parent a36c95d commit 9429475
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ export const ToolbarWithFilters: React.FunctionComponent = () => {
setRiskIsExpanded(isExpanded);
};

const onKebabToggle = () => {
setKebabIsOpen(!kebabIsOpen);
const onKebabToggle = (_event: any, isOpen: boolean) => {
setKebabIsOpen(isOpen);
};

const statusMenuItems = [
Expand Down

0 comments on commit 9429475

Please sign in to comment.