mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(files):Update openLocallyAction.ts
Signed-off-by: dsyzov <sizovdmitrij@gmail.com>
This commit is contained in:
parent
b2463b9629
commit
9b0535115a
1 changed files with 3 additions and 3 deletions
|
|
@ -109,12 +109,12 @@ async function confirmLocalEditDialog(): Promise<'online'|'local'|false> {
|
|||
},
|
||||
])
|
||||
.build()
|
||||
|
||||
|
||||
try {
|
||||
await dialog.show()
|
||||
} catch (error) {
|
||||
logger.debug('"Open locally" dialog closed')
|
||||
logger.debug('Open locally dialog closed', { error })
|
||||
}
|
||||
|
||||
|
||||
return result
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue