fix: notebooks not showing in move dialog (#37)

This commit is contained in:
Muhammad Ali
2020-03-01 11:06:52 +05:00
committed by GitHub
parent 76296d7a49
commit 63f0127f69

View File

@@ -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"