Skip to content

Commit 05c8699

Browse files
Update webview-ui/src/components/ui/chat/ChatMessage.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 7405f5c commit 05c8699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/ui/chat/ChatMessage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function ChatMessageActions() {
9999
)
100100
}
101101

102-
export function ChatMessageLoading({ message = "asdf" }: { message?: string }) {
102+
export function ChatMessageLoading({ message = "Loading..." }: { message?: string }) {
103103
return (
104104
<div className="flex flex-row items-center justify-center p-5">
105105
<Loader2 className="h-4 w-4 animate-spin opacity-25" />

0 commit comments

Comments
 (0)