fix(editor): fix run data pagination selector not showing (#4187)

fix: fix run data pagination selector not showing
This commit is contained in:
Alex Grozav 2022-09-26 12:20:45 +03:00 committed by GitHub
parent 05d227571d
commit 2b3a0901aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -317,7 +317,7 @@
</el-pagination>
<div :class="$style.pageSizeSelector">
<n8n-select size="mini" :value="pageSize" @input="onPageSizeChange">
<n8n-select size="mini" :value="pageSize" @input="onPageSizeChange" popper-append-to-body>
<template slot="prepend">{{ $locale.baseText('ndv.output.pageSize') }}</template>
<n8n-option
v-for="size in pageSizes"