summaryrefslogtreecommitdiff
path: root/app/client/dataset/dataset.new.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-05 22:43:09 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-05 22:43:09 +0200
commit458663d008e0447f3db0f3a1d3f8750cccc8b62e (patch)
tree66fbf8e4f6df847145a17e87df7d6452a7de6b20 /app/client/dataset/dataset.new.js
parent5c018b3f2c2c47371546d210240836057d1ea5bb (diff)
pix2pix datasets in full effect
Diffstat (limited to 'app/client/dataset/dataset.new.js')
-rw-r--r--app/client/dataset/dataset.new.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/dataset/dataset.new.js b/app/client/dataset/dataset.new.js
index 1705598..617aa90 100644
--- a/app/client/dataset/dataset.new.js
+++ b/app/client/dataset/dataset.new.js
@@ -23,7 +23,7 @@ function NewDatasetForm (props) {
onSave={(name) => {
actions.createFolder(module, name)
.then(folder => {
- window.location.href = '/samplernn/datasets/' + folder.id + '/'
+ window.location.href = '/' + module.name + '/datasets/' + folder.id + '/'
})
}}
/>