fix form preview

This commit is contained in:
Pete Matsyburka
2024-09-23 01:25:43 +03:00
committed by Oleksandr Turchyn
parent b3f3cf2aa6
commit c717293306
+1 -1
View File
@@ -1226,7 +1226,7 @@ export default {
async performComplete (resp) {
this.isCompleted = true
if (resp) {
if (resp?.text) {
const respData = await resp.text()
if (respData) {