Show unsent message warning on Space panel button

This commit is contained in:
Michael Telatynski 2021-09-10 09:15:54 +01:00
parent 329bc8a89e
commit bbe714257e
6 changed files with 43 additions and 9 deletions

View file

@ -93,6 +93,7 @@ export const SpaceButton: React.FC<IButtonProps> = ({
notification={notificationState}
aria-label={ariaLabel}
tabIndex={tabIndex}
showUnsentTooltip={true}
/>
</div>;
}