mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
fix(content-manager): fix i18n tests
This commit is contained in:
parent
f43c04128d
commit
e15de49080
@ -367,6 +367,7 @@ const HeaderActions = ({ actions }: HeaderActionsProps) => {
|
||||
size="S"
|
||||
// @ts-expect-error – the DS will handle numbers, but we're not allowing the API.
|
||||
onChange={action.onSelect}
|
||||
aria-label={action.label}
|
||||
{...action}
|
||||
>
|
||||
{action.options.map(({ label, ...option }) => (
|
||||
|
Loading…
x
Reference in New Issue
Block a user