From 1b791fd287b8280bda7b70afc8d7ea61d6d60f5a Mon Sep 17 00:00:00 2001 From: killian-larcher Date: Mon, 16 Feb 2026 16:14:41 +0100 Subject: [PATCH] fix: re-enable Test Button when editing notification channel. --- .../admin/channels/channel/channel-form/channel-form.tsx | 2 +- .../admin/channels/channel/channel-form/channel-test-button.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/wrappers/dashboard/admin/channels/channel/channel-form/channel-form.tsx b/src/components/wrappers/dashboard/admin/channels/channel/channel-form/channel-form.tsx index eb127cda..d6d78e73 100644 --- a/src/components/wrappers/dashboard/admin/channels/channel/channel-form/channel-form.tsx +++ b/src/components/wrappers/dashboard/admin/channels/channel/channel-form/channel-form.tsx @@ -224,7 +224,7 @@ export const ChannelForm = ({onSuccessAction, organization, defaultValues, kind}
- {kind == "storage" && ( + {(!isCreate || kind == "storage") && (