feat: introduce FlowSubstepTitle in FlowStep

This commit is contained in:
Ali BARIN
2022-02-05 23:59:56 +01:00
committed by Ömer Faruk Aydın
parent 85c3442196
commit 5aae9a60f4
4 changed files with 115 additions and 31 deletions

View File

@@ -38,6 +38,7 @@ function ChooseAccountSubstep(props: ChooseAccountSubstepProps): React.ReactElem
<Autocomplete
fullWidth
disablePortal
disableClearable
options={connectionOptions}
renderInput={(params) => <TextField {...params} label="Choose account" />}
value={getOption(connectionOptions, connectionId)}