Skip to content

Commit

Permalink
fix(editor): fix run data pagination selector not showing (#4187)
Browse files Browse the repository at this point in the history
fix: fix run data pagination selector not showing
  • Loading branch information
alexgrozav authored Sep 26, 2022
1 parent 05d2275 commit 2b3a090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/RunData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2b3a090

Please sign in to comment.