Revert "changes in infotooltip for defct"

This reverts commit ca9833e208.
This commit is contained in:
Sampath 2022-12-22 20:52:26 +05:30
parent ca9833e208
commit 60d666df1e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export const InfoTooltip: React.FunctionComponent<TooltipProps> = ({ children }:
return (
<span>
<TooltipHost content={children}>
<Icon iconName="Info" ariaLabel={children} className="panelInfoIcon" tabIndex={0} />
<Icon iconName="Info" ariaLabel="Info" className="panelInfoIcon" tabIndex={0} />
</TooltipHost>
</span>
);