mirror of
https://github.com/makeplane/plane.git
synced 2026-07-11 21:10:13 +02:00
* [WEB-2376] dev: workspace settings improvement & refactor. * chore: update `filterWorkspaceSettingLinks` to `shouldRenderSettingLink`.
3 lines
131 B
TypeScript
3 lines
131 B
TypeScript
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
export const shouldRenderSettingLink = (settingKey: string) => true;
|