mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
bug fixes
This commit is contained in:
@@ -31,7 +31,6 @@ export class AddNotebookDialog extends React.Component {
|
||||
};
|
||||
this.title = null;
|
||||
this.description = null;
|
||||
|
||||
this.listRef;
|
||||
this.prevItem = null;
|
||||
this.prevIndex = null;
|
||||
@@ -123,6 +122,7 @@ export class AddNotebookDialog extends React.Component {
|
||||
};
|
||||
|
||||
onSubmit = () => {
|
||||
let {topics} = this.state;
|
||||
if (
|
||||
!this.currentInputValue ||
|
||||
this.currentInputValue === '' ||
|
||||
|
||||
Reference in New Issue
Block a user