mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix: fix datatable paginator
This commit is contained in:
parent
e60c03f884
commit
2d27b137d2
|
@ -157,7 +157,7 @@ export default defineComponent({
|
|||
<div :class="$style.pageSizeSelector">
|
||||
<n8n-select
|
||||
size="mini"
|
||||
:value="rowsPerPage"
|
||||
:modelValue="rowsPerPage"
|
||||
@update:modelValue="onRowsPerPageChange"
|
||||
teleported
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue