Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Nov 20, 2023
1 parent 0318fab commit 8b2888b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dashboard/pkg/epinio/pages/c/_cluster/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 8b2888b

Please sign in to comment.