Skip to content

Commit

Permalink
Merge pull request #502 from AkshataKatwal16/reassign-cohorts
Browse files Browse the repository at this point in the history
Issue feat:Update schedule session modal
  • Loading branch information
itsvick authored Dec 5, 2024
2 parents 9b2bd69 + a92cb37 commit 4b2802e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
"START_DATE_ERROR": "Start date cannot be later than end date.",
"END_DATE_ERROR": "End date cannot be earlier than start date.",
"IDENTIFIER_NOT_FOUND": "Identifier not found! Cannot Open Content!",
"SELECT_SESSION":"Please click on any session to schedule a session",
"SELECT_SESSION":"Please select type of session",
"MEETING_LINK_REQUIRED": "Please Enter Meeting Link!",
"WEEKDAY_ERROR": "Please select at least one weekday for the recurring event.",
"MULTIDAY_EVENT_ERROR": "Recurring events cannot span multiple days.",
Expand Down
3 changes: 2 additions & 1 deletion public/locales/hi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,8 @@
"IDENTIFIER_NOT_FOUND": "पहचानकर्ता नहीं मिला! सामग्री नहीं खोल सकते!",
"PREREQUISITES": "पूर्व-आवश्यकताएँ",
"POST_REQUISITES": "पश्च-आवश्यकताएँ",
"SELECT_SESSION": "कृपया सत्र को शेड्यूल करने के लिए किसी भी सत्र पर क्लिक करें।",

"SELECT_SESSION": "कृपया सत्र का प्रकार चुनें",
"MEETING_LINK_REQUIRED": "कृपया बैठक लिंक दर्ज करें!",
"WEEKDAY_ERROR": "कृपया आवर्ती कार्यक्रम के लिए कम से कम एक सप्ताह का दिन चुनें।",
"MULTIDAY_EVENT_ERROR": "आवर्ती कार्यक्रम एक से अधिक दिनों में नहीं हो सकते।",
Expand Down
3 changes: 2 additions & 1 deletion public/locales/mr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,8 @@
"IDENTIFIER_NOT_FOUND": "ओळखकर्ता सापडला नाही! सामग्री उघडू शकत नाही!",
"PREREQUISITES": "पूर्व-आवश्यकता",
"POST_REQUISITES": "नंतरची-आवश्यकता",
"SELECT_SESSION": "कृपया सत्राचे वेळापत्रक ठरवण्यासाठी कोणत्याही सत्रावर क्लिक करा.",

"SELECT_SESSION": "कृपया सत्राचा प्रकार निवडा",
"MEETING_LINK_REQUIRED": "कृपया मीटिंग लिंक प्रविष्ट करा!",
"WEEKDAY_ERROR": "कृपया आवर्ती कार्यक्रमासाठी किमान एक आठवड्याचा दिवस निवडा.",
"MULTIDAY_EVENT_ERROR": "आवर्ती कार्यक्रम एकापेक्षा अधिक दिवसांवर पसरू शकत नाहीत.",
Expand Down
2 changes: 2 additions & 0 deletions src/pages/centers/[cohortId]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ const CohortPage = () => {
setOpen(false);
setOpenSchedule(false);
setDeleteModal(false);
setClickedBox(null);
setDisableNextButton(true)
};
const setRemoveCohortId = reassignLearnerStore(
(state) => state.setRemoveCohortId
Expand Down

0 comments on commit 4b2802e

Please sign in to comment.