fix: create more toggle fixes in create issue modal (#3355)

* fix: create more issue bugfixes

* fix: removing all warning
This commit is contained in:
sriram veeraghanta 2024-01-11 21:01:05 +05:30
parent a679b42200
commit 7ff91fdb82
30 changed files with 119 additions and 98 deletions

View file

@ -44,7 +44,7 @@ export const WorkspaceSidebarMenu = observer(() => {
// router
const router = useRouter();
const { workspaceSlug } = router.query;
// computed
const isAuthorizedUser = !!currentWorkspaceRole && currentWorkspaceRole >= EUserWorkspaceRoles.MEMBER;
return (
@ -76,7 +76,6 @@ export const WorkspaceSidebarMenu = observer(() => {
</Link>
);
})}
<NotificationPopover />
</div>
);