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