Skip to content

Commit b921c68

Browse files
committed
add tooltip indicator if no tag is used
1 parent 52bd09a commit b921c68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/NotAvailable/NotAvailable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export const NotAvailable = ({
6161
children: naElement,
6262
content: tooltip,
6363
intent,
64+
addIndicator: noTag,
6465
};
6566

6667
return tooltip ? <Tooltip {...defaultTooltipProps} {...tooltipProps} /> : naElement;

0 commit comments

Comments
 (0)