diff --git a/frontend/src/components/ui/dropdown-selector.tsx b/frontend/src/components/ui/dropdown-selector.tsx index 4f0aebd2..1e704580 100644 --- a/frontend/src/components/ui/dropdown-selector.tsx +++ b/frontend/src/components/ui/dropdown-selector.tsx @@ -36,7 +36,7 @@ export function DropdownSelector({ {selectedOption?.label ?? value} - + onChange(v as T)}> {options.map((option) => ( {option.label} diff --git a/frontend/src/core/i18n/locales/en-US.ts b/frontend/src/core/i18n/locales/en-US.ts index 5ef4e4e9..d4ab3146 100644 --- a/frontend/src/core/i18n/locales/en-US.ts +++ b/frontend/src/core/i18n/locales/en-US.ts @@ -70,6 +70,7 @@ export const enUS: Translations = { createSkillPrompt: "We're going to build a new skill step by step with `skill-creator`. To start, what do you want this skill to do?", addAttachments: "Add attachments", + selectSkill: "Select Skill", mode: "Mode", flashMode: "Flash", flashModeDescription: "Fast and efficient, but may not be accurate",