We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52bd09a commit b921c68Copy full SHA for b921c68
1 file changed
src/components/NotAvailable/NotAvailable.tsx
@@ -61,6 +61,7 @@ export const NotAvailable = ({
61
children: naElement,
62
content: tooltip,
63
intent,
64
+ addIndicator: noTag,
65
};
66
67
return tooltip ? <Tooltip {...defaultTooltipProps} {...tooltipProps} /> : naElement;
0 commit comments