[WEB-3436] fix: work item delete permission and header translation (#6654)
* fix: work item header translation * fix: work item delete permission
This commit is contained in:
parent
f1acd46e15
commit
2d6c26a5d6
2 changed files with 14 additions and 7 deletions
|
|
@ -17,9 +17,8 @@ export const ProjectIssueDetailsHeader = observer(() => {
|
|||
// router
|
||||
const router = useAppRouter();
|
||||
const { workspaceSlug, workItem } = useParams();
|
||||
// plane hooks
|
||||
const { t } = useTranslation();
|
||||
// store hooks
|
||||
const { t } = useTranslation();
|
||||
const { getProjectById, loader } = useProject();
|
||||
const {
|
||||
issue: { getIssueById, getIssueIdByIdentifier },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue