bugfix
This commit is contained in:
parent
a4383b5a49
commit
cebd7be0a1
@ -274,7 +274,7 @@ bricks.LlmModel = class extends bricks.JsWidget {
|
|||||||
if (resp.status != 'ok'){
|
if (resp.status != 'ok'){
|
||||||
console.log('error:' + resp.data.message);
|
console.log('error:' + resp.data.message);
|
||||||
}
|
}
|
||||||
data = resp.data.response
|
var data = resp.data.response
|
||||||
if (data.status == 'FAILED' || data.status == 'SUCCEEDED'){
|
if (data.status == 'FAILED' || data.status == 'SUCCEEDED'){
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user