fix: noteId not being removed from color or deleting

This commit is contained in:
thecodrr
2021-01-01 15:03:51 +05:00
parent bf29447630
commit 2208270009
5 changed files with 10 additions and 49 deletions

View File

@@ -137,14 +137,6 @@ export default class Backup {
index: data["notebooks"],
dbCollection: this._db.notebooks,
},
{
index: data["tags"],
dbCollection: this._db.tags,
},
{
index: data["colors"],
dbCollection: this._db.colors,
},
{
index: data["trash"],
dbCollection: this._db.trash,