Loading client/src/components/Upload/RulesInput.vue +5 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,11 @@ export default { .get( `${getAppRoot()}api/histories/${ Galaxy.currHistoryPanel.model.id }/contents/${selectedDatasetId}/display` }/contents/${selectedDatasetId}/display`, // The Rule builder expects strings, we should not parse the respone to the default JSON type { responseType: "text", } ) .then((response) => { this.sourceContent = response.data; Loading Loading
client/src/components/Upload/RulesInput.vue +5 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,11 @@ export default { .get( `${getAppRoot()}api/histories/${ Galaxy.currHistoryPanel.model.id }/contents/${selectedDatasetId}/display` }/contents/${selectedDatasetId}/display`, // The Rule builder expects strings, we should not parse the respone to the default JSON type { responseType: "text", } ) .then((response) => { this.sourceContent = response.data; Loading