diff --git a/packages/blade/src/components/ChatMessage/_decision.md b/packages/blade/src/components/ChatMessage/_decision.md index 072e6bf83fd..8c5b095cb24 100644 --- a/packages/blade/src/components/ChatMessage/_decision.md +++ b/packages/blade/src/components/ChatMessage/_decision.md @@ -17,7 +17,7 @@ This will be our main component that will be used to render the chat bubble. | Prop | Type | Default | Required | Description | | ---------------------- | ------------------------------------------- | ------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| messageType | 'last' or 'default' | default | No | If the message is the last message in the chat and if this prop is enabled we will add decorations messageBubble | +| messageType | 'last' or 'default' | default | No | If the message is the last message in the chat we will add different styles in chat message. currently we have different borderRadius if messageType is last or default | | senderType | 'self' or 'other' | self | No | we will add different styles based on this bubble | | isLoading | Boolean | false | No | If the message is loading, we will add a loading animation to the chat bubble | | validationState | 'error' or 'none' | none | No | if validation state is error we will show error decoration and message|