From bdfc18141fea55568227de48e9b6cb61538ea6ce Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 3 Jan 2020 19:06:19 +0100 Subject: biggan new, results js --- app/client/modules/biggan/views/biggan.new.js | 2 +- app/client/modules/biggan/views/biggan.results.js | 30 +---------------------- 2 files changed, 2 insertions(+), 30 deletions(-) (limited to 'app/client/modules/biggan/views') 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 ( -
- -

renders on server

- { - e.preventDefault() - e.stopPropagation() - console.log('picked a result', file) - this.handlePick(file) - }} - /> -
- -

folders on server

- { - e.preventDefault() - e.stopPropagation() - console.log('picked a result', file) - this.handlePick(file) - }} - /> @@ -102,4 +74,4 @@ const mapDispatchToProps = (dispatch, ownProps) => ({ // audioPlayer: bindActionCreators(audioPlayerActions, dispatch), }) -export default connect(mapStateToProps, mapDispatchToProps)(bigganResults) +export default connect(mapStateToProps, mapDispatchToProps)(BigGANResults) -- cgit v1.2.3-70-g09d2