re-adding if
This commit is contained in:
parent
a7dbada7dc
commit
cbb681e140
|
@ -31,9 +31,9 @@
|
|||
notifications.success(`Application published successfully`)
|
||||
}
|
||||
|
||||
// if (analytics.requestFeedbackOnDeploy()) {
|
||||
feedbackModal.show()
|
||||
// }
|
||||
if (analytics.requestFeedbackOnDeploy()) {
|
||||
feedbackModal.show()
|
||||
}
|
||||
} catch (err) {
|
||||
analytics.captureException(err)
|
||||
notifications.error(`Error publishing app: ${err}`)
|
||||
|
|
Loading…
Reference in New Issue