Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Jul 24, 2023
1 parent 3a24f64 commit 2d3aba1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dashboard/pkg/epinio/edit/services.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import CruResource from '@shell/components/CruResource.vue';
import Loading from '@shell/components/Loading.vue';
import { epinioExceptionToErrorsArray } from '../utils/errors';
import LabeledSelect from '@shell/components/form/LabeledSelect.vue';
import {
EpinioCatalogServiceResource, EPINIO_TYPES, EpinioNamespace, EpinioCompRecord, EpinioCatalogService
} from '../types';
import { EPINIO_TYPES, EpinioNamespace, EpinioCompRecord, EpinioCatalogService } from '../types';
import { validateKubernetesName } from '@shell/utils/validators/kubernetes-name';
import NameNsDescription from '@shell/components/form/NameNsDescription.vue';
import EpinioBindAppsMixin from './bind-apps-mixin.js';
Expand Down

0 comments on commit 2d3aba1

Please sign in to comment.