Coed split PR for custom environments [EE PR](https://github.com/appsmithorg/appsmith-ee/pull/2207)
7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
export const ManageEnvironmentsMenu = ({}: {
|
|
workspaceId: string;
|
|
workspacePermissions: string[];
|
|
}) => {
|
|
return null;
|
|
};
|