chore: merge helpers and layouts (#8624)
* fix: remove constants and services * fix: formatting * chore: merge helpers and layouts * fix: workspace disbale flag handling
This commit is contained in:
parent
7793febcf8
commit
2b6e24d526
30 changed files with 37 additions and 414 deletions
|
|
@ -15,6 +15,7 @@ const VIEW_ACCESS_ICONS = {
|
|||
[EViewAccess.PUBLIC]: GlobeIcon,
|
||||
[EViewAccess.PRIVATE]: LockIcon,
|
||||
};
|
||||
|
||||
export const VIEW_ACCESS_SPECIFIERS: {
|
||||
key: EViewAccess;
|
||||
i18n_label: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue