summaryrefslogtreecommitdiff
path: root/app/client/modules/biggan/views/biggan.new.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-03 19:06:19 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-03 19:06:19 +0100
commitbdfc18141fea55568227de48e9b6cb61538ea6ce (patch)
treee10ea5b6bee8a68c7de379ff6adfdb6852144cfb /app/client/modules/biggan/views/biggan.new.js
parentee2471bb4ad8e190c1f2c1c47817046a2c4d6b30 (diff)
biggan new, results js
Diffstat (limited to 'app/client/modules/biggan/views/biggan.new.js')
-rw-r--r--app/client/modules/biggan/views/biggan.new.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/biggan/views/biggan.new.js b/app/client/modules/biggan/views/biggan.new.js
index 0d0f74f..ca28b92 100644
--- a/app/client/modules/biggan/views/biggan.new.js
+++ b/app/client/modules/biggan/views/biggan.new.js
@@ -13,7 +13,7 @@ function BigGANNew(props){
return (
<Views.New
db={props.biggan}
- path='/biggan/sequences/'
+ path='/biggan/datasets/'
actions={props.actions}
module={bigganModule}
history={props.history}