Skip to content

Commit 7d1717c

Browse files
Update FeatureService.vue (#1956)
1 parent 2d8699e commit 7d1717c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/siteplan/src/components/FeatureService.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default class FeatureService extends Vue {
137137
// Download the current model
138138
const modelType = store.state.planproModelType
139139
axios
140-
.get<SiteplanModel>('/siteplanKR.json')
140+
.get<SiteplanModel>(`/${modelType}.json`)
141141
.then(response => {
142142
this.modelLoaded(response.data)
143143
store.commit('setLoading', false)

0 commit comments

Comments
 (0)