Skip to content

Commit 19c134d

Browse files
committed
- fix: params where missing in export request
1 parent ccdb3fc commit 19c134d

File tree

1 file changed

+1
-0
lines changed
  • src/resources/assets/js/components/enso/vuedatatable

1 file changed

+1
-0
lines changed

src/resources/assets/js/components/enso/vuedatatable/VueTable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ export default {
353353
appends: this.template.appends,
354354
filters: this.filters,
355355
intervals: this.intervals,
356+
params: this.params,
356357
};
357358
},
358359
ajax(method, path) {

0 commit comments

Comments
 (0)