Skip to content

Commit fa8be8f

Browse files
committed
Fix crash
1 parent d1935f1 commit fa8be8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/js/modelInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export class LoraInfoDialog extends ModelInfoDialog {
179179

180180
$el("div", {
181181
parent: this.content,
182-
innerHTML: info.description ?? this.metadata["modelspec.description"] ?? "[No description provided]",
182+
innerHTML: info?.description ?? this.metadata["modelspec.description"] ?? "[No description provided]",
183183
style: {
184184
maxHeight: "250px",
185185
overflow: "auto",

0 commit comments

Comments
 (0)