fix form preview

pull/381/head
Pete Matsyburka 1 year ago committed by Oleksandr Turchyn
parent b3f3cf2aa6
commit c717293306

@ -1226,7 +1226,7 @@ export default {
async performComplete (resp) {
this.isCompleted = true
if (resp) {
if (resp?.text) {
const respData = await resp.text()
if (respData) {

Loading…
Cancel
Save