[WEB-5141] chore: project features refactor (#7960)
* chore: project features refactor * fix: enable/disable condition for toggle * fix: dependencies * chore: lint fix * chore: lint fix * chore: added fallback exports
This commit is contained in:
parent
772b5c5719
commit
5fa9943b66
10 changed files with 61 additions and 16 deletions
|
|
@ -6,11 +6,11 @@ import { useParams } from "next/navigation";
|
|||
import { EUserPermissions, EUserPermissionsLevel } from "@plane/constants";
|
||||
import { NotAuthorizedView } from "@/components/auth-screens/not-authorized-view";
|
||||
import { PageHead } from "@/components/core/page-title";
|
||||
import { ProjectFeaturesList } from "@/components/project/settings/features-list";
|
||||
import { SettingsContentWrapper } from "@/components/settings/content-wrapper";
|
||||
// hooks
|
||||
import { useProject } from "@/hooks/store/use-project";
|
||||
import { useUserPermissions } from "@/hooks/store/user";
|
||||
import { ProjectFeaturesList } from "@/plane-web/components/projects/settings/features-list";
|
||||
|
||||
const FeaturesSettingsPage = observer(() => {
|
||||
const { workspaceSlug, projectId } = useParams();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue