1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56:22 +00:00

Merge pull request #150 from mikeres0/master

Various updates
This commit is contained in:
Junyoung Choi
2016-10-20 00:53:30 +09:00
committed by GitHub
4 changed files with 10 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ class TopBar extends React.Component {
if (storage == null) throw new Error('No storage to create a note')
let folder = _.find(storage.folders, {key: params.folderKey})
if (folder == null) folder = storage.folders[0]
if (folder == null) throw new Error('No folder to craete a note')
if (folder == null) throw new Error('No folder to create a note')
return {
storage,