mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
fix: notebooks not showing in move dialog (#37)
This commit is contained in:
@@ -11,7 +11,7 @@ export default class MoveDialog extends React.Component {
|
||||
selectedNotebook;
|
||||
selectedTopic;
|
||||
state = {
|
||||
items: [],
|
||||
items: db.notebooks.all,
|
||||
type: "notebooks",
|
||||
title: "Notebooks",
|
||||
mode: "read"
|
||||
|
||||
Reference in New Issue
Block a user