bugfix
This commit is contained in:
parent
68cd85589b
commit
61d4f1629d
@ -134,6 +134,8 @@ bricks.LlmOut = class extends bricks.VBox {
|
||||
var txt = bricks.escapeSpecialChars(this.error);
|
||||
this.c_w = new bricks.Text({
|
||||
text: this.error,
|
||||
wrap: true,
|
||||
halign: 'left',
|
||||
css: 'resp-error',
|
||||
width: '100%'
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user