This commit is contained in:
Daniel Dudzic 2023-05-26 19:39:33 +02:00 committed by GitHub
parent cb3a2cc056
commit 3e33914e87
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export const notifyCartErrors = (
createNotice( 'error', decodeEntities( error.message ), {
id: error.code,
context: 'wc/cart',
isDismissible: true,
isDismissible: false,
} );
}
} );