Unverified Commit da4438ac authored by Nicola Soranzo's avatar Nicola Soranzo
Browse files

Merge branch 'release_21.09' into release_22.01

parents 1d85f4fd b08fe479
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -132,7 +132,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;