1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

addTag search

This commit is contained in:
Rokt33r
2015-10-22 08:30:39 +09:00
parent c507dfa6c4
commit f56df7c16d
10 changed files with 63 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ export default class CreateNewFolder extends React.Component {
api.createFolder(input)
.then(res => {
console.log(res)
console.log(res.body)
close()
})
.catch(err => {