1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Getting export modal to wait.

This commit is contained in:
mike12345567 2023-12-05 16:10:01 +00:00
parent 2bf65601a1
commit fb6f79618e

View file

@ -46,7 +46,7 @@
if (!$validation.valid) {
return keepOpen
}
exportApp(password)
await exportApp(password)
},
isValid: $validation.valid,
},