Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanksdesign committed Nov 27, 2024
1 parent 9955208 commit 6256f23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/components/ComponentsMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ export const ComponentsMetadata: ComponentClassNameItems = {
components: ['AIConversation'],
description: 'Class applied to the form element',
},
AIConversationFormError: {
className: ComponentClassName.AIConversationFormError,
components: ['AIConversation'],
description: 'Class applied to the error message of the form',
},
AIConversationFormAttach: {
className: ComponentClassName.AIConversationFormAttach,
components: ['AIConversation'],
Expand Down

0 comments on commit 6256f23

Please sign in to comment.