diff options
Diffstat (limited to 'app/client/modules/biggan/views/biggan.new.js')
| -rw-r--r-- | app/client/modules/biggan/views/biggan.new.js | 2 |
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} |
