Browse Source

DIV-1167 - Fixed SVG path error on OpenShift

pull/172/head
Michael Olund 5 years ago
parent
commit
125369277e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      vue/src/components/Uploader/Image.vue

+ 1
- 1
vue/src/components/Uploader/Image.vue View File

@ -95,7 +95,7 @@
return "";
},
pdfIconUrl() {
return "../../static/svg/pdf-icon.svg";
return `${this.$parent.$parent.$parent.$parent.proxyRootPath}static/svg/pdf-icon.svg`;
}
},
};


Loading…
Cancel
Save