mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-19 20:51:42 +00:00
search filter is now insensitive case, fix minor bugs
This commit is contained in:
@@ -20,8 +20,6 @@ export default class FolderSettingTab extends React.Component {
|
||||
|
||||
handleSaveButtonClick (e) {
|
||||
this.setState({alert: null}, () => {
|
||||
if (this.state.name.trim().length === 0) return false
|
||||
|
||||
let { dispatch } = this.props
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user