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() { )} - +