mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 21:15:22 +02:00
fix: Make Sure Test Webhook Always Fires (#5816)
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
parent
d7191983bd
commit
675ac9c32b
5 changed files with 71 additions and 16 deletions
|
@ -38,7 +38,7 @@ export const useGroupWebhooks = function () {
|
|||
loading.value = true;
|
||||
|
||||
const payload = {
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
name: "New Webhook",
|
||||
url: "",
|
||||
scheduledTime: "00:00",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue