diff --git a/client/web/compose/src/components/PageBlocks/RecordListBase.vue b/client/web/compose/src/components/PageBlocks/RecordListBase.vue index 602fcebf3..631c21980 100644 --- a/client/web/compose/src/components/PageBlocks/RecordListBase.vue +++ b/client/web/compose/src/components/PageBlocks/RecordListBase.vue @@ -4,7 +4,7 @@ v-bind="$props" :scrollable-body="false" v-on="$listeners" - @refreshBlock="refresh" + @refreshBlock="refresh(false, false)" >