From 354090497b73d40d8a9e705d1aa0c4662ffc4b0e Mon Sep 17 00:00:00 2001 From: garethgeorge Date: Wed, 7 Feb 2024 21:52:49 -0800 Subject: [PATCH] fix: wrong field names in hooks form --- webui/src/components/HooksFormList.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/webui/src/components/HooksFormList.tsx b/webui/src/components/HooksFormList.tsx index 2b421a25f..a0e457687 100644 --- a/webui/src/components/HooksFormList.tsx +++ b/webui/src/components/HooksFormList.tsx @@ -152,11 +152,11 @@ const HookBuilder = ({ field }: { field: FormListFieldData }) => { if (hookData.actionDiscord) { return <> - + Discord Webhook} /> Text Template: - + @@ -165,23 +165,23 @@ const HookBuilder = ({ field }: { field: FormListFieldData }) => { Script: - + } else if (hookData.actionGotify) { return <> - + Gotify Base URL} /> - + Gotify Token} /> - + Title Template} /> Text Template: - +