Remove todo no longer needed

This commit is contained in:
2024-03-20 10:34:37 -05:00
parent 84e627467f
commit c08696b3a1

View File

@ -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))