chore: Add workspace slug to should render setting link method (#6886)
* add workspace slug to setting link function * add params in the function
This commit is contained in:
parent
c6953ff878
commit
24899887b2
4 changed files with 5 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
|||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
export const shouldRenderSettingLink = (settingKey: string) => true;
|
||||
export type TRenderSettingsLink = (workspaceSlug: string, settingKey: string) => boolean;
|
||||
export const shouldRenderSettingLink: TRenderSettingsLink = (workspaceSlug, settingKey) => true;
|
||||
Loading…
Add table
Add a link
Reference in a new issue