Skip to content

Commit 7c759d9

Browse files
Fixed filter show
1 parent 50455ee commit 7c759d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/modules/restApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function interpretResource(
4444
[ActionCheckSource.DeleteRequest]: ['delete'],
4545
[ActionCheckSource.ListRequest]: ['list'],
4646
[ActionCheckSource.CreateRequest]: ['create'],
47-
[ActionCheckSource.DisplayButtons]: ['show', 'edit', 'delete', 'create'],
47+
[ActionCheckSource.DisplayButtons]: ['show', 'edit', 'delete', 'create', 'filter'],
4848
[ActionCheckSource.BulkActionRequest]: ['delete'],
4949
}[source];
5050

0 commit comments

Comments
 (0)