fixes
This commit is contained in:
parent
6c51c37270
commit
f7d8e62b89
|
|
@ -1,6 +1,5 @@
|
||||||
import React, { useState } from "react";
|
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { Divider, Select } from "antd";
|
import { Select } from "antd";
|
||||||
import { TbReorder } from "react-icons/tb";
|
import { TbReorder } from "react-icons/tb";
|
||||||
import { useFilterStateState } from "../../zustand/Filter";
|
import { useFilterStateState } from "../../zustand/Filter";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { FaStore } from "react-icons/fa";
|
import { FaStore } from "react-icons/fa";
|
||||||
import ValidationField from "../../../../Components/ValidationField/ValidationField";
|
import ValidationField from "../../../../Components/ValidationField/ValidationField";
|
||||||
import { CiEdit } from "react-icons/ci";
|
|
||||||
import HeaderForm from "./HeaderForm";
|
import HeaderForm from "./HeaderForm";
|
||||||
|
|
||||||
const PasswordDetailsForm = () => {
|
const PasswordDetailsForm = () => {
|
||||||
|
|
|
||||||
|
|
@ -876,7 +876,8 @@
|
||||||
"QuestionBank":"بنك الأسئلة",
|
"QuestionBank":"بنك الأسئلة",
|
||||||
"reseller_details":"تفاصيل البائع",
|
"reseller_details":"تفاصيل البائع",
|
||||||
"notifications":"الإشعارات",
|
"notifications":"الإشعارات",
|
||||||
"profile":"الملف الشخصي"
|
"profile":"الملف الشخصي",
|
||||||
|
"user":"مستخدم"
|
||||||
},
|
},
|
||||||
"table": {
|
"table": {
|
||||||
"student": "قائمة الطلاب",
|
"student": "قائمة الطلاب",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user