Skip to content

Commit

Permalink
Add/improve upsell notification for custom styles (#40520)
Browse files Browse the repository at this point in the history
* Improve upsell notification for custom styles

* changelog
  • Loading branch information
abotic authored Dec 11, 2024
1 parent 25b0b15 commit 8b50b67
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: minor
Type: changed

Removed the option to close upsell notification for custom styles
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 8b50b67

Please sign in to comment.