diff --git a/assets/components/tracking/ConnectorForm.tsx b/assets/components/tracking/ConnectorForm.tsx index 18cc297..c59dd77 100644 --- a/assets/components/tracking/ConnectorForm.tsx +++ b/assets/components/tracking/ConnectorForm.tsx @@ -40,6 +40,7 @@ export function ConnectorForm({form, onCreate}: { form: FormInstance, onCreate: rules={[{required: true, message: t`Required`}]} > setActionsSelect({...actionsSelect, [field.key]: e})}/> + optionFilterProp="label"/> - {actionsSelect[field.key] === 'buy' && - } + optionFilterProp="label" + options={connectors.map(c => ({ + label: `${c.provider} (${c.id})`, + value: c.id + }))} + /> +