Skip to content

Commit

Permalink
Updated welcome message example
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenus committed Jun 5, 2024
1 parent 7e105a1 commit c2913c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/examples/0004-welcome-message/setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const useDemoOptions = () => {
const DemoOptionsComponent = useCallback(() => {
return (
<div style={optionsSelectorStyle}>
<label>
<label>
<input
type="checkbox"
Expand All @@ -29,6 +28,7 @@ export const useDemoOptions = () => {
/>
Use assistant persona
</label>
<label>
<input
type="checkbox"
checked={showWelcomeMessage}
Expand Down

0 comments on commit c2913c4

Please sign in to comment.