From d919b3bc547d80ace8271a3b32ad884ba48e7d6d Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Tue, 30 Jun 2020 08:24:10 +0200
Subject: [PATCH] Remove commonUtils.initAssetBaseURL call
 (VPU/Apps/Signature#28)

---
 packages/file-handling/src/vpu-nextcloud-file-picker.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/file-handling/src/vpu-nextcloud-file-picker.js b/packages/file-handling/src/vpu-nextcloud-file-picker.js
index 0deed99e..8006b848 100644
--- a/packages/file-handling/src/vpu-nextcloud-file-picker.js
+++ b/packages/file-handling/src/vpu-nextcloud-file-picker.js
@@ -292,7 +292,6 @@ export class NextcloudFilePicker extends ScopedElementsMixin(VPULitElement) {
     }
 
     render() {
-        commonUtils.initAssetBaseURL('vpu-tabulator-table');
         const tabulatorCss = commonUtils.getAssetURL('local/vpu-file-source/tabulator-tables/css/tabulator.min.css');
         console.log("tabulatorCss", tabulatorCss);
 
-- 
GitLab