Skip to content

Commit

Permalink
Add id to pattern inserted notice to stop multiple notices stacking (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz authored Jul 19, 2023
1 parent d6f4f60 commit 77e2d3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const usePatternsState = ( onInsert, rootClientId ) => {
),
{
type: 'snackbar',
id: 'block-pattern-inserted-notice',
}
);
},
Expand Down

0 comments on commit 77e2d3a

Please sign in to comment.