mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
removed src
fixed emails in notification instead of username
This commit is contained in:
parent
208e580985
commit
c2cff6a63a
@ -91,7 +91,8 @@ gulp.task('browser-sync', function() {
|
||||
browserSync({
|
||||
files: config.filesToWatch,
|
||||
proxy: 'http://localhost:4000',
|
||||
port: 3000
|
||||
port: 3000,
|
||||
browser: "chromium-browser"
|
||||
});
|
||||
});
|
||||
|
||||
|
@ -40,7 +40,7 @@ let RegisterPiece = React.createClass( {
|
||||
return data;
|
||||
},
|
||||
handleChange(){
|
||||
this.setState({digital_work_key: this.refs.uploader.refs.fineuploader.state.filesToUpload[0].key})
|
||||
this.setState({digital_work_key: this.refs.uploader.refs.fineuploader.state.filesToUpload[0].key});
|
||||
},
|
||||
|
||||
render() {
|
||||
|
Loading…
Reference in New Issue
Block a user