re-adding if
This commit is contained in:
parent
2877648df5
commit
37d7919211
|
@ -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