Minor refactor of the deploy modal flow

This commit is contained in:
Dean 2022-04-20 14:58:18 +01:00
parent 103511bc40
commit 2fb9fa55bd
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,
})