We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ae4b4 commit a6cccc1Copy full SHA for a6cccc1
airbyte-webapp/src/components/connection/CatalogTree/next/CatalogTreeTableRow.tsx
@@ -66,7 +66,7 @@ export const CatalogTreeTableRow: React.FC<StreamHeaderProps> = ({
66
<CatalogTreeTableCell size="small">
67
<Switch size="sm" checked={stream.config?.selected} onChange={onSelectStream} disabled={disabled} />
68
</CatalogTreeTableCell>
69
- {/* <EntityCell>{fieldCount}</EntityCell> */}
+ {/* <Cell>{fieldCount}</Cell> */}
70
<CatalogTreeTableCell withTooltip>
71
<Text size="md" className={styles.cellText}>
72
{stream.stream?.namespace || <FormattedMessage id="form.noNamespace" />}
0 commit comments