re-adding if

This commit is contained in:
Martin McKeaveney 2021-06-10 12:10:19 +01:00
parent a7dbada7dc
commit cbb681e140
1 changed files with 3 additions and 3 deletions

View File

@ -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}`)