feat: init
This commit is contained in:
2
apps/web/ce/helpers/workspace.helper.ts
Normal file
2
apps/web/ce/helpers/workspace.helper.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export type TRenderSettingsLink = (workspaceSlug: string, settingKey: string) => boolean;
|
||||
export const shouldRenderSettingLink: TRenderSettingsLink = (workspaceSlug, settingKey) => true;
|
||||
Reference in New Issue
Block a user