Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
fix: change token button
Browse files Browse the repository at this point in the history
  • Loading branch information
roziscoding committed Aug 4, 2023
1 parent 4f082ca commit 9a9d937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vue/webhook-utility/WebhookInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ onMounted(() => {
</a>

<div class="webhook-fields mt-5">
<manage-webhook @refresh="reload" :url="webhookInfo.url" :allowed-updates="webhookInfo.allowed_updates" />
<manage-webhook @clear-token="$emit('clearToken')" @refresh="reload" :url="webhookInfo.url" :allowed-updates="webhookInfo.allowed_updates" />
</div>
</div>
</template>

0 comments on commit 9a9d937

Please sign in to comment.