@abi-software/map-side-bar 1.3.26-staging → 1.3.26-staging-8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/map-side-bar.common.js +35 -35
- package/dist/map-side-bar.common.js.map +1 -1
- package/dist/map-side-bar.css +1 -1
- package/dist/map-side-bar.umd.js +35 -35
- package/dist/map-side-bar.umd.js.map +1 -1
- package/dist/map-side-bar.umd.min.js +1 -1
- package/dist/map-side-bar.umd.min.js.map +1 -1
- package/package-lock.json +1 -1
- package/package.json +1 -1
- package/src/components/ImageGallery.vue +1 -1
package/package-lock.json
CHANGED
package/package.json
CHANGED
|
@@ -228,7 +228,7 @@ export default {
|
|
|
228
228
|
let mimetype = '';
|
|
229
229
|
let thumbnailURL = undefined;
|
|
230
230
|
if (thumbnail) {
|
|
231
|
-
thumbnailURL = `${this.envVars.API_LOCATION}s3-resource/${this.datasetId}/${this.datasetVersion}/files/${
|
|
231
|
+
thumbnailURL = `${this.envVars.API_LOCATION}s3-resource/${this.datasetId}/${this.datasetVersion}/files/${thumbnail.dataset.path}`
|
|
232
232
|
mimetype = thumbnail.mimetype.name;
|
|
233
233
|
}
|
|
234
234
|
let action = {
|