Fix backup import flow in linking UI
This commit is contained in:
parent
6256d62170
commit
59c6a4ec7b
1 changed files with 1 additions and 1 deletions
|
@ -1330,7 +1330,7 @@ export default class AccountManager extends EventTarget {
|
|||
]);
|
||||
|
||||
if (backupFile !== undefined) {
|
||||
await backupsService.importBackup(() => Readable.from(backupFile));
|
||||
await backupsService.importBackup(() => Readable.from([backupFile]));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue