From 63618501e7881815ced52b517f343ec7905bb174 Mon Sep 17 00:00:00 2001 From: lethemanh Date: Fri, 24 Apr 2026 15:24:32 +0700 Subject: [PATCH] #820 rename the file EventFormFieldsExpaned.tsx to EventFormFieldsExpanded.tsx --- src/components/Event/EventFormFields.tsx | 2 +- .../{EventFormFieldsExpaned.tsx => EventFormFieldsExpanded.tsx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/components/Event/components/{EventFormFieldsExpaned.tsx => EventFormFieldsExpanded.tsx} (100%) diff --git a/src/components/Event/EventFormFields.tsx b/src/components/Event/EventFormFields.tsx index 03c80c6..e764f2f 100644 --- a/src/components/Event/EventFormFields.tsx +++ b/src/components/Event/EventFormFields.tsx @@ -8,7 +8,7 @@ import { useScreenSizeDetection } from '@/useScreenSizeDetection' import { CalendarSelectField } from './fields/CalendarSelectField' import { EventDateTimeField } from './fields/EventDateTimeField' import { VideoConferenceField } from './fields/VideoConferenceField' -import { EventFormFieldsExpanded } from './components/EventFormFieldsExpaned' +import { EventFormFieldsExpanded } from './components/EventFormFieldsExpanded' import { useAutoFocusTitle } from './hooks/useAutoFocusTitle' import LocationField from './fields/LocationField' import { EventFormFieldsProps } from './EventFormFields.types' diff --git a/src/components/Event/components/EventFormFieldsExpaned.tsx b/src/components/Event/components/EventFormFieldsExpanded.tsx similarity index 100% rename from src/components/Event/components/EventFormFieldsExpaned.tsx rename to src/components/Event/components/EventFormFieldsExpanded.tsx