Removing onChange handler.
This commit is contained in:
parent
95caee66a7
commit
27abfdccc2
|
@ -25,7 +25,4 @@
|
|||
datasourceType={"user"}
|
||||
primaryDisplay={"email"}
|
||||
defaultValue={updateReferences(defaultValue)}
|
||||
onChange={value => {
|
||||
return updateReferences(value)
|
||||
}}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue