From f6e629d9eb4354303fc2c0bfe754f6054b5bee7e Mon Sep 17 00:00:00 2001 From: Kristoffer Lind Date: Wed, 30 Jan 2019 12:43:54 +0100 Subject: [PATCH] update paths to csv file and excel button --- src/export-button.jsx | 2 +- src/row-wrapper.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/export-button.jsx b/src/export-button.jsx index 4bd67ca..60ea0d2 100644 --- a/src/export-button.jsx +++ b/src/export-button.jsx @@ -8,7 +8,7 @@ class ExportButton extends React.PureComponent { return excelExport === true && ( ); diff --git a/src/row-wrapper.jsx b/src/row-wrapper.jsx index bba7960..985bd07 100644 --- a/src/row-wrapper.jsx +++ b/src/row-wrapper.jsx @@ -101,7 +101,7 @@ export async function prepareProps ({ state }) { } function ReadCustomSchema () { - var Url = '/Extensions/PLSmartPivot/' + props.vCustomFile; + var Url = '/Extensions/qlik-smart-pivot/' + props.vCustomFile; return $.get(Url).then(function (response) { var allTextLines = response.split(/\r\n|\n/); var headers = allTextLines[0].split(';');