Skip to content

Commit

Permalink
fix: fix tooltip visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Andrade <[email protected]>
  • Loading branch information
ArthurTriis1 committed Jan 31, 2024
1 parent 25f0fc8 commit 37b1432
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const CreateOrganizationButton = () => {
icon={<IconPencil />}
onClick={() => setOpen(true)}
/>
<ImportInBulkTooltip visible={!!data}>
<ImportInBulkTooltip visible={!data}>
<MenuItem
label={formatMessage(messages.addBulk)}
icon={<IconCloudArrowUp />}
Expand Down

0 comments on commit 37b1432

Please sign in to comment.