-
- {isUserExist &&
User already exists!}
+
+ {isAlert.msg && (
+
+ {isAlert.msg}
+
+ )}
{isLoader && (
@@ -270,40 +215,7 @@ const AddDepartment = (props) => {
className="op-input op-input-bordered op-input-sm focus:outline-none hover:border-base-content w-full text-xs"
/>
-
-
- handleChange(e)}
- required
- className="op-input op-input-bordered op-input-sm focus:outline-none hover:border-base-content w-full text-xs"
- />
-
-
-
- handleChange(e)}
- // required
- className="op-input op-input-bordered op-input-sm focus:outline-none hover:border-base-content w-full text-xs"
- />
-
+
-
-
-
+
+ ))}