Skip to content

Commit

Permalink
fix(config): do not notify after initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Apr 12, 2022
1 parent d108855 commit 521cd21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export class Config {
...this._config,
...config,
}
this._notify()
}

private _notify() {
Expand Down

0 comments on commit 521cd21

Please sign in to comment.