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 266b3be fix: init endpointName (#271)
266b3be is described below
commit 266b3be846f9717050c1f3b085eb0aa478f77413
Author: Qiuxia Fan <[email protected]>
AuthorDate: Tue Mar 17 15:12:10 2020 +0800
fix: init endpointName (#271)
---
src/views/components/profile/profile-header.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/components/profile/profile-header.vue
b/src/views/components/profile/profile-header.vue
index 15c9fbd..cd78a7c 100644
--- a/src/views/components/profile/profile-header.vue
+++ b/src/views/components/profile/profile-header.vue
@@ -52,7 +52,7 @@ language governing permissions and * limitations under the
License. */
@Prop() private taskFieldSource: any;
@Mutation('profileStore/SET_HEADER_SOURCE') private SET_HEADER_SOURCE: any;
- private endpointName: string = localStorage.getItem('endpointName') || '';
+ private endpointName: string = '';
private dialogVisible = false;
private serviceOpt: any;