mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
cleanup, rename setState into updateState
This commit is contained in:
@@ -24,7 +24,7 @@ export class Root extends Widget<Store, State> {
|
||||
}
|
||||
|
||||
mounted() {
|
||||
this.store.on("state_updated", this, this.setState);
|
||||
this.store.on("state_updated", this, this.updateState);
|
||||
this.store.on("rpc_status", this, this.toggleLoadingIndicator);
|
||||
this.store.on("update_action", this, this.applyController);
|
||||
if (this.store.lastController) {
|
||||
|
||||
Reference in New Issue
Block a user