Skip to content

Commit

Permalink
wc: fix refreshing variant grid after updating user settings #TASK-6057
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Apr 18, 2024
1 parent dbb78c3 commit 4bccb62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webcomponents/variant/variant-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ export default class VariantBrowser extends LitElement {

onSettingsUpdate() {
this.settingsObserver();
this.requestUpdate();
}

render() {
Expand Down

0 comments on commit 4bccb62

Please sign in to comment.