mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 03:06:27 +00:00
search filter is now insensitive case, fix minor bugs
This commit is contained in:
@@ -33,7 +33,6 @@ export default class CreateNewFolder extends React.Component {
|
||||
name,
|
||||
color
|
||||
}
|
||||
console.log(input)
|
||||
try {
|
||||
store.dispatch(createFolder(input))
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user