Merge pull request #366 from makeplane/style/project_settings

style: project settings pages
This commit is contained in:
Aaryan Khandelwal
2023-03-03 14:04:04 +05:30
committed by GitHub
24 changed files with 657 additions and 712 deletions

View File

@@ -74,7 +74,7 @@ export interface IWorkspaceIntegrations {
id: string;
integration: string;
integration_detail: IIntegrations;
metadata: anyl;
metadata: any;
updated_at: string;
updated_by: string;
workspace: string;