Skip to content

Commit 9bea817

Browse files
committed
Update preview
1 parent 495a72a commit 9bea817

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Core/Sources/SuggestionWidget/SuggestionPanelView.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,10 @@ struct SuggestionPanelView_Chat_Preview: PreviewProvider {
386386
.init(id: "3", isUser: true, text: "What's up?"),
387387
]
388388
),
389-
isPanelDisplayed: true
389+
isPanelDisplayed: true,
390+
activeTab: .chat
390391
))
391-
.frame(width: 450, height: 200)
392+
.frame(width: 450, height: 300)
392393
}
393394
}
394395

0 commit comments

Comments
 (0)