Skip to content

Commit

Permalink
remove custom recurrence file
Browse files Browse the repository at this point in the history
  • Loading branch information
meetulr committed Mar 17, 2024
1 parent 4582537 commit f73d3a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 279 deletions.
6 changes: 3 additions & 3 deletions src/screens/OrganizationEvents/OrganizationEvents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { errorHandler } from 'utils/errorHandler';
import Loader from 'components/Loader/Loader';
import useLocalStorage from 'utils/useLocalstorage';
import { useParams, useNavigate } from 'react-router-dom';
import CustomRecurrenceModal from './CustomRecurrenceModal';
// import CustomRecurrenceModal from './CustomRecurrenceModal';
import {
Frequency,
Days,
Expand Down Expand Up @@ -573,7 +573,7 @@ function organizationEvents(): JSX.Element {
</Modal>

{/* Custom Recurrence */}
<CustomRecurrenceModal
{/* <CustomRecurrenceModal
recurrenceRuleState={recurrenceRuleState}
setRecurrenceRuleState={setRecurrenceRuleState}
endDate={endDate}
Expand All @@ -582,7 +582,7 @@ function organizationEvents(): JSX.Element {
hideCustomRecurrenceModal={hideCustomRecurrenceModal}
setCustomRecurrenceModalIsOpen={setCustomRecurrenceModalIsOpen}
t={t}
/>
/> */}
</>
);
}
Expand Down
276 changes: 0 additions & 276 deletions src/screens/OrganizationEvents/customRecurrenceModal.tsx

This file was deleted.

0 comments on commit f73d3a6

Please sign in to comment.