Minor refactor of the deploy modal flow

This commit is contained in:
Dean 2022-04-20 14:58:18 +01:00
parent f42ed738e5
commit 693d300f5b
1 changed files with 2 additions and 2 deletions

View File

@ -25,12 +25,12 @@
async function deployApp() {
try {
published = await API.deployAppChanges()
//In Progress
asyncModal.show()
publishModal.hide()
published = await API.deployAppChanges()
analytics.captureEvent(Events.APP.PUBLISHED, {
appId: $store.appId,
})