mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
delete progress
This commit is contained in:
@@ -43,7 +43,7 @@ async function importToBranch(req) {
|
||||
|
||||
let note; // typically root of the import - client can show it after finishing the import
|
||||
|
||||
const taskContext = TaskContext.getInstance(taskId, options);
|
||||
const taskContext = TaskContext.getInstance(taskId, 'import', options);
|
||||
|
||||
try {
|
||||
if (extension === '.tar' && options.explodeArchives) {
|
||||
|
||||
Reference in New Issue
Block a user