Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
fix: store notices always shows as an error type #11768 (#11932)
Browse files Browse the repository at this point in the history
  • Loading branch information
agung2001 committed Nov 27, 2023
1 parent 604f970 commit 1717221
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -127,7 +127,7 @@ const StoreNotices = ( {
key: string;
} = {
key: `store-notice-${ status }`,
status: 'error',
status,
onRemove: () => {
noticeGroup.forEach( ( notice ) => {
removeNotice( notice.id, notice.context );
Expand Down

0 comments on commit 1717221

Please sign in to comment.