bb-plane-fork/web/ce/helpers/workspace.helper.ts
Saurabh Kumar 24899887b2
chore: Add workspace slug to should render setting link method (#6886)
* add workspace slug to setting link function

* add params in the function
2025-04-14 17:41:47 +05:30

2 lines
No EOL
186 B
TypeScript

export type TRenderSettingsLink = (workspaceSlug: string, settingKey: string) => boolean;
export const shouldRenderSettingLink: TRenderSettingsLink = (workspaceSlug, settingKey) => true;