chore, make core changes for Advanced views (#4962)

This commit is contained in:
rahulramesha 2024-06-28 16:44:15 +05:30 committed by GitHub
parent 1e1a912654
commit 8d5d0422e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 85 additions and 27 deletions

View file

@ -0,0 +1,2 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export const AccessController = (props: any) => <></>;

View file

@ -0,0 +1,2 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export const FilterByAccess = (props: any) => <></>;