Skip to content

Commit

Permalink
fix(ai-conversation): allow attachments on amplify component (#5872)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanksdesign authored Oct 7, 2024
1 parent bbe4ca0 commit fcf51ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silly-knives-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aws-amplify/ui-react-ai": patch
---

fix(ai-conversation): allow attachments to actually work on amplify component
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ function AIConversationBase({
...controls,
},
displayText,
allowAttachments,
});

const providerProps = {
Expand All @@ -73,7 +74,6 @@ function AIConversationBase({
...avatars,
},
isLoading,
allowAttachments,
};

return (
Expand Down

0 comments on commit fcf51ab

Please sign in to comment.