diff --git a/api/web/src/components/Layer/LayerConfig.vue b/api/web/src/components/Layer/LayerConfig.vue index 737ed28a5..ccc53645d 100644 --- a/api/web/src/components/Layer/LayerConfig.vue +++ b/api/web/src/components/Layer/LayerConfig.vue @@ -389,7 +389,7 @@ export default { const task = match[1]; const version = match[2]; - const list = await std(`/api/task/${task}`); + const list = await std(`/api/task/raw/${task}`); if (list.versions.indexOf(version) !== 0) { this.newTaskVersion = list.versions[0];