feat: introduce FlowSubstepTitle in FlowStep
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
85c3442196
commit
5aae9a60f4
@@ -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)}
|
||||
|
Reference in New Issue
Block a user