mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
fix: crash on pressing add topic button (#155)
This commit is contained in:
@@ -44,7 +44,7 @@ function Topics(props) {
|
||||
button={{
|
||||
content: "Add more topics",
|
||||
onClick: async () => {
|
||||
await showTopicDialog(props.notebook.id);
|
||||
await showTopicDialog(notebookId);
|
||||
},
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user