diff --git a/src/shell/creation-button.tsx b/src/shell/creation-button.tsx index 3e13724a..8895959e 100644 --- a/src/shell/creation-button.tsx +++ b/src/shell/creation-button.tsx @@ -59,7 +59,7 @@ export const CreationButtonComponent: FC<{ activeRoute: AppRoute; location: Loca data-testid="NewItemButton" size="extralarge" background="primary" - label={primaryAction?.label ?? t('new', 'New')} + label={t('new', 'New')} onClick={primaryAction?.click} items={secondaryActions} disabledPrimary={!primaryAction || primaryAction?.disabled}