You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/06/16 12:46:18 UTC

[skywalking-rocketbot-ui] branch master updated: fix: database param (#318)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new a1dc92c  fix: database param (#318)
a1dc92c is described below

commit a1dc92ce4ea54523a2e3ad8b4ba6cf2b69a40916
Author: Qiuxia Fan <fi...@outlook.com>
AuthorDate: Tue Jun 16 20:46:09 2020 +0800

    fix: database param (#318)
---
 src/store/modules/dashboard/dashboard-option.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/store/modules/dashboard/dashboard-option.ts b/src/store/modules/dashboard/dashboard-option.ts
index ec27168..0b1135e 100644
--- a/src/store/modules/dashboard/dashboard-option.ts
+++ b/src/store/modules/dashboard/dashboard-option.ts
@@ -103,6 +103,7 @@ const mutations: MutationTree<State> = {
   },
   [types.SET_CURRENT_DATABASE](state: State, service: any) {
     state.currentDatabase = service;
+    state.updateDashboard = service;
   },
   [types.SET_KEYWORDSERVICE](state: State, data: string) {
     state.keywordService = data;