Use provider id instead of object (#3782)

This commit is contained in:
Erik Jan de Wit 2022-11-17 06:38:05 -05:00 committed by GitHub
parent 612a8444d1
commit a9c7b11284
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,7 @@ export const AddSubFlowModal = ({
<SelectOption
selected={provider.displayName === value}
key={provider.id}
value={provider}
value={provider.id}
>
{provider.displayName}
</SelectOption>