Skip to content
Snippets Groups Projects
Unverified Commit 4178697d authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Keep "model" in URL when creating fresh model (#25799)

parent 031209d3
No related branches found
No related tags found
No related merge requests found
......@@ -1270,6 +1270,7 @@ class QuestionInner {
dataset_query: query.datasetQuery(),
display: this._card.display,
parameters: this._card.parameters,
dataset: this._card.dataset,
...(_.isEmpty(this._parameterValues)
? undefined
: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment