fix(content-manager): fix i18n tests

This commit is contained in:
Fernando Chavez 2024-09-13 10:26:20 +02:00
parent f43c04128d
commit e15de49080

View File

@ -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 }) => (