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