Skip to content

Commit

Permalink
Update content-card-another-mvg-big.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nisbo authored Jan 17, 2025
1 parent 0b1d676 commit 643226f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class ContentAnotherMVGEditorBig extends HTMLElement {
if (!this.config.entity && entities.length > 0) {
this.config.entity = entities[0].entity_id;
entitySelect.value = this.config.entity; // Select Dropdown
this.dispatchEvent(new CustomEvent('config-changed', { detail: { config: this.config } }));
//this.dispatchEvent(new CustomEvent('config-changed', { detail: { config: this.config } }));
}

// add dropdown to container
Expand Down

0 comments on commit 643226f

Please sign in to comment.