feat: i18n better locale error handling (#949)
This commit is contained in:
committed by
GitHub
parent
f29a5f36c8
commit
a31a47bc7f
@ -79,6 +79,7 @@ const ToolbarButton: FC<ToolbarButtonProps> = ({
|
||||
<Button
|
||||
key="button"
|
||||
aria-label={label ?? tooltip}
|
||||
title={label ?? tooltip}
|
||||
variant="text"
|
||||
data-testid={`toolbar-button-${label ?? tooltip}`.replace(' ', '-').toLowerCase()}
|
||||
onClick={handleOnClick}
|
||||
|
Reference in New Issue
Block a user