diff --git a/src/qqq/components/forms/EntityForm.tsx b/src/qqq/components/forms/EntityForm.tsx index 9d1761a..ffc4853 100644 --- a/src/qqq/components/forms/EntityForm.tsx +++ b/src/qqq/components/forms/EntityForm.tsx @@ -252,7 +252,6 @@ function EntityForm(props: Props): JSX.Element if (results && results.length > 0) { defaultDisplayValues.set(fieldName, results[0].label); - initialValues[fieldName] = {id: defaultValue, value: results[0].label} } } }