From c08696b3a1f13028a90a7b7733c48f84152c816c Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 20 Mar 2024 10:34:37 -0500 Subject: [PATCH] Remove todo no longer needed --- src/qqq/components/forms/EntityForm.tsx | 2 -- 1 file changed, 2 deletions(-) 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))