Skip to content

Commit

Permalink
Limited Global Styles: Make editor notice non-dismissible
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtr committed Nov 25, 2024
1 parent 23cdd20 commit aaf88e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed


Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ function GlobalStylesEditNotice() {
{
id: NOTICE_ID,
actions: actions,
isDismissible: false,
}
);

Expand Down

0 comments on commit aaf88e6

Please sign in to comment.