diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 22:43:09 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 22:43:09 +0200 |
| commit | 458663d008e0447f3db0f3a1d3f8750cccc8b62e (patch) | |
| tree | 66fbf8e4f6df847145a17e87df7d6452a7de6b20 /app/client/dataset/dataset.new.js | |
| parent | 5c018b3f2c2c47371546d210240836057d1ea5bb (diff) | |
pix2pix datasets in full effect
Diffstat (limited to 'app/client/dataset/dataset.new.js')
| -rw-r--r-- | app/client/dataset/dataset.new.js | 2 |
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 + '/' }) }} /> |
