diff --git a/frontend/src/concepts/pipelines/content/createRun/contentSections/TriggerTypeField.tsx b/frontend/src/concepts/pipelines/content/createRun/contentSections/TriggerTypeField.tsx index 4078328a03..ffcdaaf817 100644 --- a/frontend/src/concepts/pipelines/content/createRun/contentSections/TriggerTypeField.tsx +++ b/frontend/src/concepts/pipelines/content/createRun/contentSections/TriggerTypeField.tsx @@ -36,7 +36,7 @@ const TriggerTypeField: React.FC = ({ data, onChange }) = clickTip="Copied" onChange={(e, value) => { if (typeof value === 'string') { - onChange({ ...data, value }); + onChange({ ...data, value: value.trim() }); } }} >