Skip to content

Commit b54787e

Browse files
committed
Add tooltip text to selected preset checkbox indicating its purpose for multi-initialization
1 parent 5026d2d commit b54787e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/ui/src/components/editor/panel/Presets

packages/ui/src/components/editor/panel/Presets/Presets.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ export const Presets: React.FC<Presets.Props> = (props) => {
456456
props.on_toggle_selected_preset(preset.name!)
457457
}
458458
onClick={(e) => e.stopPropagation()}
459+
title="Select for multi-initialization"
459460
/>
460461
)}
461462
{preset.chatbot && (

0 commit comments

Comments
 (0)