Add schema name display in Settings Admin Workspace (#15151)
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { uuidToBase36 } from 'twenty-shared/utils';
|
||||
|
||||
export const getWorkspaceSchemaName = (workspaceId: string): string => {
|
||||
return `workspace_${uuidToBase36(workspaceId)}`;
|
||||
};
|
||||
Reference in New Issue
Block a user