diff --git a/platypush/backend/http/webapp/src/views/Panel.vue b/platypush/backend/http/webapp/src/views/Panel.vue index eb496aa5..acdffb53 100644 --- a/platypush/backend/http/webapp/src/views/Panel.vue +++ b/platypush/backend/http/webapp/src/views/Panel.vue @@ -112,6 +112,7 @@ export default { await this.parseConfig() this.initPanels() this.initSelectedPanel() + this.$watch('$route.hash', this.initSelectedPanel) } finally { this.loading = false }