Skip to content

Commit 1ad58f0

Browse files
committedJun 20, 2024
Add apiBaseUrl to CatalogMap
1 parent f1979f0 commit 1ad58f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/assets/javascripts/new-dashboard/components/Catalog/CatalogMap.vue

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ export default {
172172
173173
this.tilesetSource = vectorTilesetSource({
174174
accessToken: window.accessToken,
175+
...(window.apiBaseUrl && { apiBaseUrl: window.apiBaseUrl }),
175176
connectionName: 'carto_dw',
176177
tableName: this.tilesetSampleId
177178
});

0 commit comments

Comments
 (0)