changed text management attach to view projects
This commit is contained in:
@@ -2,11 +2,11 @@ import { Add, Edit, Trash } from "iconsax-react";
|
|||||||
import { FC, useState } from "react";
|
import { FC, useState } from "react";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { Link } from "react-router-dom";
|
import { Link } from "react-router-dom";
|
||||||
import { toast } from "../../../components/Toast";
|
|
||||||
import Button from "../../../components/Button";
|
import Button from "../../../components/Button";
|
||||||
import DeleteNameConfirmModal from "../../../components/DeleteNameConfirmModal";
|
import DeleteNameConfirmModal from "../../../components/DeleteNameConfirmModal";
|
||||||
import PageLoading from "../../../components/PageLoading";
|
import PageLoading from "../../../components/PageLoading";
|
||||||
import Td from "../../../components/Td";
|
import Td from "../../../components/Td";
|
||||||
|
import { toast } from "../../../components/Toast";
|
||||||
import { Pages } from "../../../config/Pages";
|
import { Pages } from "../../../config/Pages";
|
||||||
import { ErrorType } from "../../../helpers/types";
|
import { ErrorType } from "../../../helpers/types";
|
||||||
import { useDeleteWorkspace, useGetWorkspaces } from "./hooks/useWorkspaceData";
|
import { useDeleteWorkspace, useGetWorkspaces } from "./hooks/useWorkspaceData";
|
||||||
@@ -85,7 +85,7 @@ const WorkspaceList: FC = () => {
|
|||||||
<Td text="">
|
<Td text="">
|
||||||
<Link to={Pages.taskmanager.projectList + item.id}>
|
<Link to={Pages.taskmanager.projectList + item.id}>
|
||||||
<Button
|
<Button
|
||||||
label="مدیریت پروژه ها"
|
label="مشاهده پروژه ها"
|
||||||
className="bg-blue-400 w-fit px-3"
|
className="bg-blue-400 w-fit px-3"
|
||||||
/>
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user