fix: center peek message role (#7723)

This commit is contained in:
donteatfriedrice
2024-08-05 02:43:58 +00:00
parent f108b95704
commit 10deed94e3

View File

@@ -397,7 +397,7 @@ export class AIChatBlockPeekView extends LitElement {
.state=${messageState}
.content=${content}
.attachments=${attachments}
.role=${role}
.messageRole=${role}
.userInfo=${userInfo}
></ai-chat-message>
${shouldRenderError ? AIChatErrorRenderer(host, error) : nothing}