fix(editor): Project related frontend fixes (no-changelog) (#9482)

This commit is contained in:
Csaba Tuncsik
2024-05-22 15:54:55 +02:00
committed by GitHub
parent 62ee796895
commit 8f55bb1457
16 changed files with 170 additions and 41 deletions

View File

@@ -26,3 +26,9 @@ export const splitName = (
}
}
};
export const ProjectTypes = {
Personal: 'personal',
Team: 'team',
Public: 'public',
} as const;