diff --git a/.github/workflows/pull-request-lint-check.yaml b/.github/workflows/pull-request-lint-check.yaml index 38d82c21..4a8c874f 100644 --- a/.github/workflows/pull-request-lint-check.yaml +++ b/.github/workflows/pull-request-lint-check.yaml @@ -1,9 +1,6 @@ name: Lint Check on: - push: - branches: - - lint-workflow-check pull_request: branches: - development diff --git a/src/views/Webhook/WebhooksIndex.vue b/src/views/Webhook/WebhooksIndex.vue index 0b89c574..c845b060 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: 'WebhooksIndexx', + name: 'WebhooksIndex', components: { NcAppContent, NcEmptyContent,