Minor refactor of the deploy modal flow
This commit is contained in:
parent
f42ed738e5
commit
693d300f5b
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue