feat(FlowSubstep): show autocomplete option value

This commit is contained in:
Ali BARIN
2022-12-04 22:33:28 +01:00
parent e451dd2262
commit 4ab76e7507
3 changed files with 26 additions and 4 deletions

View File

@@ -94,6 +94,7 @@ function FlowSubstep(props: FlowSubstepProps): React.ReactElement {
namePrefix="parameters"
stepId={step.id}
disabled={editorContext.readOnly}
showOptionValue={true}
/>
))}
</Stack>