bugfix
This commit is contained in:
parent
45e8c4ab61
commit
24024ca3b4
@ -215,7 +215,7 @@ bricks.LlmModel = class extends bricks.JsWidget {
|
|||||||
var resp = await hj.post(this.opts.url, {params:d});
|
var resp = await hj.post(this.opts.url, {params:d});
|
||||||
mout.update_data(resp);
|
mout.update_data(resp);
|
||||||
}
|
}
|
||||||
this.estimate_w.show();
|
mout.estimate_w.show();
|
||||||
}
|
}
|
||||||
is_accept_source(source){
|
is_accept_source(source){
|
||||||
if (this.opts.input_from == source){
|
if (this.opts.input_from == source){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user