From 961d5bd5cc33a072599d81e0ab2253089210ce66 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sun, 30 Nov 2025 16:41:10 +0100 Subject: [PATCH] chore(create-notification): remove un-used prop --- .../notifications/components/create-notification-form.tsx | 1 - .../modules/notifications/routes/create-notification.tsx | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/client/modules/notifications/components/create-notification-form.tsx b/app/client/modules/notifications/components/create-notification-form.tsx index ee05948d..977a0838 100644 --- a/app/client/modules/notifications/components/create-notification-form.tsx +++ b/app/client/modules/notifications/components/create-notification-form.tsx @@ -30,7 +30,6 @@ type Props = { mode?: "create" | "update"; initialValues?: Partial; formId?: string; - loading?: boolean; className?: string; }; diff --git a/app/client/modules/notifications/routes/create-notification.tsx b/app/client/modules/notifications/routes/create-notification.tsx index 6f6f0dd7..7990d650 100644 --- a/app/client/modules/notifications/routes/create-notification.tsx +++ b/app/client/modules/notifications/routes/create-notification.tsx @@ -62,12 +62,7 @@ export default function CreateNotification() { )} - +