diff --git a/packages/components/store-notices-container/store-notices.tsx b/packages/components/store-notices-container/store-notices.tsx index 8680fd7ae95..5b2fd856ad8 100644 --- a/packages/components/store-notices-container/store-notices.tsx +++ b/packages/components/store-notices-container/store-notices.tsx @@ -127,7 +127,7 @@ const StoreNotices = ( { key: string; } = { key: `store-notice-${ status }`, - status: 'error', + status, onRemove: () => { noticeGroup.forEach( ( notice ) => { removeNotice( notice.id, notice.context );