Skip to content

Commit

Permalink
typecheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed May 29, 2020
1 parent 810d7cc commit 7658cf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function DimensionPopover({
(popoverState.openId === accessor || (noMatch && popoverState.addingToGroupId === groupId))
}
closePopover={() => {
setPopoverState({ isOpen: false, openId: null, addingToGroupId: null });
setPopoverState({ isOpen: false, openId: null, addingToGroupId: null, tabId: null });
}}
button={trigger}
anchorPosition="leftUp"
Expand Down

0 comments on commit 7658cf1

Please sign in to comment.