summaryrefslogtreecommitdiff
path: root/app/client/common/views/new.view.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-09-21 22:50:33 +0200
committerJules Laplace <julescarbon@gmail.com>2018-09-21 22:50:33 +0200
commit10faab7941b28181c7647ff4e390ab651286bc32 (patch)
treeb0d71498d2a0649c7180940a38d2fbfa595ca515 /app/client/common/views/new.view.js
parent53ddf1651d649f65d92e12d36c003ff623226e34 (diff)
parent15d5cea9d1d94a6893ef1a55a916e68a182e5394 (diff)
merge
Diffstat (limited to 'app/client/common/views/new.view.js')
-rw-r--r--app/client/common/views/new.view.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/client/common/views/new.view.js b/app/client/common/views/new.view.js
index a6ab3b1..a417bfc 100644
--- a/app/client/common/views/new.view.js
+++ b/app/client/common/views/new.view.js
@@ -22,11 +22,11 @@ export default class NewView extends Component {
render(){
const { module, history, db, path } = this.props
return (
- <div class={'app new-view ' + module.name}>
- <div class='heading'>
+ <div className={'app new-view ' + module.name}>
+ <div className='heading'>
<h1>{module.displayName || module.name}</h1>
</div>
- <div class='col narrow'>
+ <div className='col narrow'>
<NewDatasetForm
module={module}
history={history}