[WEB-2926]fix: added tooltips for favorites (#6320)
* * fix: added tooltips for favorites * chore: code formatting
This commit is contained in:
parent
e4f9d027fe
commit
d26fb8ce02
3 changed files with 18 additions and 10 deletions
|
|
@ -3,9 +3,9 @@
|
|||
import React, { useEffect, useRef, useState } from "react";
|
||||
import { observer } from "mobx-react";
|
||||
import { useParams, usePathname } from "next/navigation";
|
||||
import { EIssuesStoreType } from "@plane/constants";
|
||||
import { useTranslation } from "@plane/i18n";
|
||||
// types
|
||||
import { EIssuesStoreType } from "@plane/constants";
|
||||
import type { TBaseIssue, TIssue } from "@plane/types";
|
||||
// ui
|
||||
import { EModalPosition, EModalWidth, ModalCore, TOAST_TYPE, setToast } from "@plane/ui";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue