chore: fix authorization for new projects in the peek overview (#3439)
* chore: fix authorization for new projects in the peek overview * fix: prjects empty state authorization * fix: peek overview auth
This commit is contained in:
parent
e36b7a5ab9
commit
0531dc3308
3 changed files with 5 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ import { FC, Fragment, useEffect, useState, useMemo } from "react";
|
|||
import { observer } from "mobx-react-lite";
|
||||
// hooks
|
||||
import useToast from "hooks/use-toast";
|
||||
import { useIssueDetail, useIssues, useMember, useUser } from "hooks/store";
|
||||
import { useIssueDetail, useIssues, useUser } from "hooks/store";
|
||||
// components
|
||||
import { IssueView } from "components/issues";
|
||||
// types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue