bugfix
This commit is contained in:
parent
1b1b87236a
commit
645e26c0c8
@ -268,7 +268,6 @@ bricks.LlmModel = class extends bricks.JsWidget {
|
|||||||
if (! resp) {
|
if (! resp) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
mout.update_data(resp)
|
|
||||||
if (resp.status != 'ok'){
|
if (resp.status != 'ok'){
|
||||||
console.log('error:' + resp.data.message);
|
console.log('error:' + resp.data.message);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user