diff --git a/packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/UI.md b/packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/UI.md index 18cd3b2e..6036fc20 100644 --- a/packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/UI.md +++ b/packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/UI.md @@ -347,7 +347,7 @@ Actions can be added to conversations with `menuItems`. Optionally, you can also ### Drawer with active conversation -If you're showing a conversation that is already active, you can set the `activeItemId` prop on your `ChatbotConversationHistoryNav` to apply an active visual state. +If you're showing a conversation that is already active, you can set the `activeItemId` prop on your `` to apply an active visual state. ```js file="./ChatbotHeaderDrawerWithSelection.tsx"