diff --git a/src/qqq/components/forms/EntityForm.tsx b/src/qqq/components/forms/EntityForm.tsx index 74f24f0..2d6cbc0 100644 --- a/src/qqq/components/forms/EntityForm.tsx +++ b/src/qqq/components/forms/EntityForm.tsx @@ -734,8 +734,6 @@ function EntityForm(props: Props): JSX.Element } } - // todo - associations + copy might be a "bad time" - const associationsToPost: any = {} let haveAssociationsToPost = false; for (let name of Object.keys(childListWidgetData))