mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
set timeout
This commit is contained in:
committed by
Aiden McClelland
parent
066683b0bf
commit
ee44f49658
@@ -167,7 +167,7 @@ export class AppActionsPage {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
await successModal.present()
|
setTimeout(() => successModal.present(), 400)
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.errToast.present(e)
|
this.errToast.present(e)
|
||||||
|
|||||||
Reference in New Issue
Block a user