Skip to content

Commit 67389ae

Browse files
committed
fix(CHat): Adjusted suggestions to dev context.
1 parent 2ca4602 commit 67389ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/chat/chat.sample.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class User {
9292
public options = signal<IgxChatOptions>({
9393
disableAutoScroll: false,
9494
disableInputAttachments: false,
95-
suggestions: [`It's there. Thanks.`, `It's not there.`],
95+
suggestions: [`It works. Thanks.`, `It doesn't work.`],
9696
inputPlaceholder: 'Type your message here...',
9797
headerText: 'Customer Support',
9898
});

0 commit comments

Comments
 (0)