fix form preview
This commit is contained in:
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) {
|
||||
|
||||
Reference in New Issue
Block a user