mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +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"
|
size="S"
|
||||||
// @ts-expect-error – the DS will handle numbers, but we're not allowing the API.
|
// @ts-expect-error – the DS will handle numbers, but we're not allowing the API.
|
||||||
onChange={action.onSelect}
|
onChange={action.onSelect}
|
||||||
|
aria-label={action.label}
|
||||||
{...action}
|
{...action}
|
||||||
>
|
>
|
||||||
{action.options.map(({ label, ...option }) => (
|
{action.options.map(({ label, ...option }) => (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user