This commit is contained in:
Rachid Mrad 2025-02-06 20:04:29 -05:00
parent ec9df83154
commit 1ca3fba2f7
No known key found for this signature in database

View file

@ -208,7 +208,6 @@ function hideDeletedForms() {
* it everywhere.
*/
export function initFormsetsForms() {
console.log('init formsets');
let formIdentifier = "form"
let repeatableForm = document.querySelectorAll(".repeatable-form");
let container = document.querySelector("#form-container");