Skip to content

Commit 52cf921

Browse files
committed
updated title prop
1 parent 6929cbf commit 52cf921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/module/src/ChatbotConversationHistoryNav/ChatbotConversationHistoryNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export const ChatbotConversationHistoryNav: FunctionComponent<ChatbotConversatio
156156
emptyState,
157157
noResultsState,
158158
isCompact,
159-
title = 'Chat History',
159+
title = 'Chat history',
160160
...props
161161
}: ChatbotConversationHistoryNavProps) => {
162162
const drawerRef = useRef<HTMLDivElement>(null);

0 commit comments

Comments
 (0)