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(';');