We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8699e commit 7d1717cCopy full SHA for 7d1717c
web/siteplan/src/components/FeatureService.vue
@@ -137,7 +137,7 @@ export default class FeatureService extends Vue {
137
// Download the current model
138
const modelType = store.state.planproModelType
139
axios
140
- .get<SiteplanModel>('/siteplanKR.json')
+ .get<SiteplanModel>(`/${modelType}.json`)
141
.then(response => {
142
this.modelLoaded(response.data)
143
store.commit('setLoading', false)
0 commit comments