bugfix
This commit is contained in:
parent
2a1df2b84d
commit
5a78869f6e
@ -54,7 +54,7 @@ bricks.LlmOut = class extends bricks.VBox {
|
||||
this.content += data.content;
|
||||
}
|
||||
if (data.image){
|
||||
if (Array.isArray(data.image){
|
||||
if (Array.isArray(data.image)){
|
||||
this.images.concat(data.image);
|
||||
} else {
|
||||
this.images.push(data.image);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user