From 82e73824591a85803dba74a73742b06a3e37ac9e Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Wed, 21 Jan 2026 21:40:10 +0100 Subject: [PATCH] chore: pr feedback --- .../notifications/components/create-notification-form.tsx | 1 - .../notifications/components/notification-forms/ntfy-form.tsx | 2 +- .../repositories/components/create-repository-form.tsx | 4 ++-- .../components/repository-forms/rclone-repository-form.tsx | 2 +- app/client/modules/settings/components/create-user-dialog.tsx | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/client/modules/notifications/components/create-notification-form.tsx b/app/client/modules/notifications/components/create-notification-form.tsx index 8b913664..07608605 100644 --- a/app/client/modules/notifications/components/create-notification-form.tsx +++ b/app/client/modules/notifications/components/create-notification-form.tsx @@ -159,7 +159,6 @@ export const CreateNotificationForm = ({ onSubmit, mode = "create", initialValue Type + + + field.onChange(v)} defaultValue={field.value} value={field.value}> + +