Use provider id instead of object (#3782)
This commit is contained in:
parent
612a8444d1
commit
a9c7b11284
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ export const AddSubFlowModal = ({
|
|||
<SelectOption
|
||||
selected={provider.displayName === value}
|
||||
key={provider.id}
|
||||
value={provider}
|
||||
value={provider.id}
|
||||
>
|
||||
{provider.displayName}
|
||||
</SelectOption>
|
||||
|
|
Loading…
Reference in a new issue