fix: pressing on check item does not add notebook

This commit is contained in:
ammarahm-ed
2022-01-08 19:44:28 +05:00
parent 3327117275
commit 5b0ea8a843
2 changed files with 2 additions and 2 deletions

View File

@@ -289,7 +289,8 @@ const MoveNoteComponent = ({close, note, setNote}) => {
}}
button={{
icon: 'check',
color: notebookInputFocused ? colors.accent : colors.icon
color: notebookInputFocused ? colors.accent : colors.icon,
onPress:addNewNotebook
}}
onSubmit={addNewNotebook}
placeholder="Create a new notebook"