Skip to content

Commit

Permalink
fix(pb-grid): emit pb-refresh to configured channel only
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed May 2, 2024
1 parent a0fd7fe commit 63091ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pb-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export class PbGrid extends pbMixin(LitElement) {
this._insertPanel(value);
registry.commit(this, this._getState())
this._update();
this.emitTo('pb-refresh', null);
this.emitTo('pb-refresh');
}

/**
Expand Down

0 comments on commit 63091ab

Please sign in to comment.