[WEB-2376] dev: workspace settings improvement & refactor. (#5519)

* [WEB-2376] dev: workspace settings improvement & refactor.

* chore: update `filterWorkspaceSettingLinks` to `shouldRenderSettingLink`.
This commit is contained in:
Prateek Shourya 2024-09-04 20:21:16 +05:30 committed by GitHub
parent eea6ceaec4
commit c78b2344b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 43 additions and 18 deletions

View file

@ -0,0 +1,2 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export const shouldRenderSettingLink = (settingKey: string) => true;