Skip to content

Commit d3feafa

Browse files
Bugfix/op 21126 connectornocustomverificationlabel 40 (#214)
* No custom verfication label for autopilot * Autopilot to verification hard code removal
1 parent 6285b34 commit d3feafa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

gate-approval/custom-stage-deck/src/input/dynamicFormFields.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ export function EvaluateVariablesStageForm(props: IEvaluateVariablesStageFormPro
121121

122122
let frameConnector = [];
123123
for (const [key, value] of Object.entries(connectorsList)) {
124-
let labeloption = value == "Autopilot" ? "Verification" : value
125-
frameConnector.push({ value: key, label: labeloption, disabled: temp.includes(key) })
124+
frameConnector.push({ value: key, label: value, disabled: temp.includes(key) })
126125
}
127126
return frameConnector;
128127
}

0 commit comments

Comments
 (0)