traсker
This commit is contained in:
		@@ -91,7 +91,8 @@ export const TicketFullScreen = () => {
 | 
			
		||||
  const { showNotification } = useNotification();
 | 
			
		||||
 | 
			
		||||
  useEffect(() => {
 | 
			
		||||
    apiRequest(`/task/get-task?task_id=${ticketId.id}&expand=mark`).then((taskInfo) => {
 | 
			
		||||
    apiRequest(`/task/get-task?task_id=${ticketId.id}&expand=mark`).then(
 | 
			
		||||
      (taskInfo) => {
 | 
			
		||||
        setTaskInfo(taskInfo);
 | 
			
		||||
        setDeadLine(taskInfo.dead_line);
 | 
			
		||||
        setStartDate(
 | 
			
		||||
@@ -153,7 +154,8 @@ export const TicketFullScreen = () => {
 | 
			
		||||
          setCorrectProjectUsers(res.projectUsers);
 | 
			
		||||
        });
 | 
			
		||||
        setLoader(boardLoader);
 | 
			
		||||
    });
 | 
			
		||||
      }
 | 
			
		||||
    );
 | 
			
		||||
  }, []);
 | 
			
		||||
 | 
			
		||||
  function deleteTask() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user