bugfix
This commit is contained in:
parent
3e21069529
commit
68cd85589b
@ -132,8 +132,8 @@ bricks.LlmOut = class extends bricks.VBox {
|
||||
this.clear_widgets();
|
||||
if (this.error.length) {
|
||||
var txt = bricks.escapeSpecialChars(this.error);
|
||||
this.c_w = new bricks.MdWidget({
|
||||
mdtext: this.error,
|
||||
this.c_w = new bricks.Text({
|
||||
text: this.error,
|
||||
css: 'resp-error',
|
||||
width: '100%'
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user