mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Remove permission.limit (#7711)
* remove permission.limit * set limit to amount of primaryKeys
This commit is contained in:
@@ -9,7 +9,6 @@ export type Permission = {
|
||||
action: PermissionsAction;
|
||||
permissions: Record<string, any>;
|
||||
validation: Filter | null;
|
||||
limit: number | null;
|
||||
presets: Record<string, any> | null;
|
||||
fields: string[] | null;
|
||||
system?: true;
|
||||
|
||||
Reference in New Issue
Block a user