From c3760e24d3fde97ac18991277c35da68e0c8c646 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 8 Sep 2020 23:32:06 +0000 Subject: [PATCH] --- ayanova/src/views/ay-report-edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/views/ay-report-edit.vue b/ayanova/src/views/ay-report-edit.vue index 2fd23686..da20c630 100644 --- a/ayanova/src/views/ay-report-edit.vue +++ b/ayanova/src/views/ay-report-edit.vue @@ -367,7 +367,7 @@ export default { style: `.example { color: blue; }`, - jsPrerender: `function ayPrepareData(reportData){ + jsPrerender: `async function ayPrepareData(reportData){ //this function (if present) is called with the report data //before the report is rendered //modify data as required here and return it to change the data before the report renders