Skip to content

Commit 41855c9

Browse files
committed
fix: increase limit for column options from 1000 to 1250
1 parent cbabda7 commit 41855c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/components/Filters.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const columnOptions = computedAsync(async () => {
162162
body: {
163163
resourceId: router.currentRoute.value.params.resourceId,
164164
column: column.name,
165-
limit: 1000,
165+
limit: 1250,
166166
offset: 0,
167167
},
168168
});

0 commit comments

Comments
 (0)