display empty action when invalid tag for client action

This commit is contained in:
Géry Debongnie
2019-03-06 09:56:39 +01:00
parent 859e29a7ac
commit 9dffcf4cf6
4 changed files with 54 additions and 7 deletions
+1 -3
View File
@@ -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 => {