mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix: noteId not being removed from color or deleting
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user