mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
display empty action when invalid tag for client action
This commit is contained in:
@@ -24,9 +24,7 @@ export class Root extends Widget<Store, State> {
|
||||
}
|
||||
|
||||
mounted() {
|
||||
this.store.on("state_updated", this, newState => {
|
||||
this.updateState(newState);
|
||||
});
|
||||
this.store.on("state_updated", this, this.updateState);
|
||||
|
||||
// loading indicator
|
||||
this.store.on("rpc_status", this, status => {
|
||||
|
||||
Reference in New Issue
Block a user