Skip to content

Commit 962cdf6

Browse files
committed
Address feedback
1 parent 108095d commit 962cdf6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/ChatbotHeaderDrawerWithActions.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { Checkbox, DropdownItem, DropdownList } from '@patternfly/react-core';
77

88
const menuItems = [
99
<DropdownList key="list-1">
10-
<DropdownItem value="Share" id="Share">
11-
Share
10+
<DropdownItem value="Download" id="Download">
11+
Download
1212
</DropdownItem>
1313
<DropdownItem value="Rename" id="Rename">
1414
Rename

packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/ChatbotHeaderDrawerWithSelection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { Checkbox, DropdownItem, DropdownList } from '@patternfly/react-core';
77

88
const menuItems = [
99
<DropdownList key="list-1">
10-
<DropdownItem value="Share" id="Share">
11-
Share
10+
<DropdownItem value="Download" id="Download">
11+
Download
1212
</DropdownItem>
1313
<DropdownItem value="Rename" id="Rename">
1414
Rename

0 commit comments

Comments
 (0)