summaryrefslogtreecommitdiff
path: root/app/client/common/views/new.view.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-22 13:02:32 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-22 13:02:32 +0200
commit2925f4043d51fcfd7ef9c139d9205c7f813e7af4 (patch)
tree450deada26e98fa923dbc3b4cd4b1c8c3fa1bf79 /app/client/common/views/new.view.js
parent58a77a6b4986548e04cddd86ee07ea961066b446 (diff)
new way to die
Diffstat (limited to 'app/client/common/views/new.view.js')
-rw-r--r--app/client/common/views/new.view.js12
1 files changed, 10 insertions, 2 deletions
diff --git a/app/client/common/views/new.view.js b/app/client/common/views/new.view.js
index 3b2ffa8..a6ab3b1 100644
--- a/app/client/common/views/new.view.js
+++ b/app/client/common/views/new.view.js
@@ -27,8 +27,16 @@ export default class NewView extends Component {
<h1>{module.displayName || module.name}</h1>
</div>
<div class='col narrow'>
- <NewDatasetForm module={module} history={history} />
- <FolderList db={db} path={path} emptyText={<i>No projects yet. Please create one~</i>} />
+ <NewDatasetForm
+ module={module}
+ history={history}
+ />
+ <FolderList
+ db={db}
+ path={path}
+ activity="dataset"
+ emptyText={<i>No projects yet. Please create one~</i>}
+ />
</div>
</div>
)