From 071081338ce9c234e5e188dbb1d89b520134e6a8 Mon Sep 17 00:00:00 2001 From: Rebecca Alpert Date: Mon, 16 Dec 2024 15:08:30 -0500 Subject: [PATCH] Update packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/UI.md Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com> --- .../content/extensions/chatbot/examples/UI/UI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"