-
+ {updateTraineeModel && sessionToEdit && (
+
+
+
+
+ {t('UpdateSession')}
+
+
+
+
-
-
+
+
+
handleInputChange(e)}
-
-
-
-
+
+
+
handleInputChange(e)}
-
-
-
-
-
+ className="border border-primary py-2 rounded outline-none dark:bg-dark-frame-bg dark:text-white px-5 font-sans text-xs w-full"
+ />
+
+
+
+
+
+
+
+
-
+ )}
{/* =========================== End:: update Session Model =============================== */}
@@ -291,12 +452,16 @@ const AdminSission = () => {
-
-
+
+ {loading ? (
+
Loading...
+ ) : (
+
+ )}
@@ -305,6 +470,5 @@ const AdminSission = () => {
>
);
-};
-
-export default AdminSission;
+}
+export default AdminSission;
\ No newline at end of file