bugfix
This commit is contained in:
parent
e11fc62a04
commit
729cd7a2d8
@ -283,7 +283,7 @@ bricks.LlmIO = class extends bricks.VBox {
|
|||||||
});
|
});
|
||||||
this.input_fields.forEach(f => {
|
this.input_fields.forEach(f => {
|
||||||
if (f.name == 'model') this.model_inputed = True;
|
if (f.name == 'model') this.model_inputed = True;
|
||||||
}
|
});
|
||||||
bottom_box.add_widget(this.i_w);
|
bottom_box.add_widget(this.i_w);
|
||||||
bottom_box.add_widget(this.nm_w);
|
bottom_box.add_widget(this.nm_w);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user