[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:
Anmol Singh Bhatia 2025-02-20 18:32:22 +05:30 committed by GitHub
parent f1acd46e15
commit 2d6c26a5d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 7 deletions

View file

@ -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 },