mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
Merge pull request #2384 from makeplane/sync/ce-ee
Sync: Community Changes
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { IProject } from "@plane/types";
|
||||
import { IPartialProject, IProject } from "@plane/types";
|
||||
|
||||
export type TProject = IProject;
|
||||
export type TPartialProject = IPartialProject;
|
||||
|
||||
export type TProject = TPartialProject & IProject;
|
||||
|
||||
@@ -38,7 +38,7 @@ export const AutoArchiveAutomation: React.FC<Props> = observer((props) => {
|
||||
EUserPermissionsLevel.PROJECT,
|
||||
workspaceSlug?.toString(),
|
||||
currentProjectDetails?.id
|
||||
);
|
||||
);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user