From 8b2888bc62d6ab3d9e96c417171bba8022953eae Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Mon, 20 Nov 2023 15:07:19 +0000 Subject: [PATCH] Fix linting --- dashboard/pkg/epinio/pages/c/_cluster/about.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/pkg/epinio/pages/c/_cluster/about.vue b/dashboard/pkg/epinio/pages/c/_cluster/about.vue index 7200d14..e2df8aa 100644 --- a/dashboard/pkg/epinio/pages/c/_cluster/about.vue +++ b/dashboard/pkg/epinio/pages/c/_cluster/about.vue @@ -4,7 +4,6 @@ import { getVendor } from '@shell/config/private-label'; export default { async fetch() { - debugger; this.settings = await this.$store.dispatch(`management/findAll`, { type: MANAGEMENT.SETTING }); this.version = await this.$store.dispatch('epinio/version');