1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Mobile: Fixes #10188: Fix "new note" button is shown in the trash notebook (#10227)

This commit is contained in:
Henry Heino
2024-03-29 05:11:15 -07:00
committed by GitHub
parent 06aa64016f
commit 688d807eee
7 changed files with 29 additions and 27 deletions

View File

@ -181,6 +181,7 @@ export default class Folder extends BaseItem {
user_updated_time: now,
share_id: '',
is_shared: 0,
deleted_time: 0,
};
}