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');