diff --git a/.github/workflows/pull-request-lint-check.yaml b/.github/workflows/pull-request-lint-check.yaml index b4cdabc..38d82c2 100644 --- a/.github/workflows/pull-request-lint-check.yaml +++ b/.github/workflows/pull-request-lint-check.yaml @@ -10,7 +10,7 @@ on: - main jobs: - Lint-Check: + lint-check: runs-on: ubuntu-latest steps: @@ -20,5 +20,5 @@ jobs: - name: Install dependencies run: npm i - - name: Lint - run: npm run lint \ No newline at end of file + - name: Linting + run: npm run lint diff --git a/src/views/Webhook/WebhooksIndex.vue b/src/views/Webhook/WebhooksIndex.vue index c845b06..0b89c57 100644 --- a/src/views/Webhook/WebhooksIndex.vue +++ b/src/views/Webhook/WebhooksIndex.vue @@ -33,7 +33,7 @@ import WebhookDetails from './WebhookDetails.vue' import Webhook from 'vue-material-design-icons/Webhook.vue' export default { - name: 'WebhooksIndex', + name: 'WebhooksIndexx', components: { NcAppContent, NcEmptyContent,