chore, make core changes for Advanced views (#4962)
This commit is contained in:
parent
1e1a912654
commit
8d5d0422e9
11 changed files with 85 additions and 27 deletions
2
web/ce/components/views/access-controller.tsx
Normal file
2
web/ce/components/views/access-controller.tsx
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
export const AccessController = (props: any) => <></>;
|
||||
2
web/ce/components/views/filters/access-filter.tsx
Normal file
2
web/ce/components/views/filters/access-filter.tsx
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
export const FilterByAccess = (props: any) => <></>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue