We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6e4824 + 4f02814 commit 867b787Copy full SHA for 867b787
1 file changed
adminforth/spa/src/components/ResourceListTable.vue
@@ -340,7 +340,7 @@
340
</span>
341
</template>
342
343
- <div v-if="totalRows > 0 && pageSizeOptionsComputed?.length"
+ <div v-if="totalRows > 0 && resource?.options?.listPageSizeOptions?.length"
344
class="flex items-center gap-2 ml-auto" >
345
<span class="text-sm text-lightListTablePaginationHelpText dark:text-darkListTablePaginationHelpText whitespace-nowrap">
346
{{ $t('Rows per page') }}
0 commit comments