fix(editor): Project related frontend fixes (no-changelog) (#9482)
This commit is contained in:
@@ -26,3 +26,9 @@ export const splitName = (
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const ProjectTypes = {
|
||||
Personal: 'personal',
|
||||
Team: 'team',
|
||||
Public: 'public',
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user