Skip to content

Commit

Permalink
New streams table overflow tooltips in dropdowns block the select opt…
Browse files Browse the repository at this point in the history
…ions and fail to disappear when clicking away (#22078)

- Removed tooltip from specific cell
  • Loading branch information
Mark Berger committed Jan 31, 2023
1 parent 4f6d7d1 commit 65c0d4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const CatalogTreeTableRow: React.FC<StreamHeaderProps> = ({
{stream.stream?.name}
</Text>
</CatalogTreeTableCell>
<CatalogTreeTableCell size="large" withTooltip>
<CatalogTreeTableCell size="large">
{disabled ? (
<Text size="md" className={styles.cellText}>
{syncSchema.syncMode}
Expand Down

0 comments on commit 65c0d4a

Please sign in to comment.