diff --git a/ui/src/components/MacroStepCard.tsx b/ui/src/components/MacroStepCard.tsx index cf22468b..c795520d 100644 --- a/ui/src/components/MacroStepCard.tsx +++ b/ui/src/components/MacroStepCard.tsx @@ -207,8 +207,8 @@ export function MacroStepCard({ )}
{ - onKeySelect(value); + onChange={(value) => { + onKeySelect({ value: value as string | null }); onKeyQueryChange(''); }} displayValue={() => keyQuery}