This commit is contained in:
David Arranz 2024-08-28 19:29:28 +02:00
parent 5421b61348
commit ebb09505ee

View File

@ -43,8 +43,6 @@ const generalInvalidFields = [
"allow_questions",
"assistanceType",
"assistanceTypeText",
"init_available_date",
"end_available_date",
"sold_out",
"allow_overflow",
"typeId",
@ -57,7 +55,10 @@ const eventDetailsFields = [
"name",
"description",
"stateCode",
"stateText",
"stateText",
"campaign_text",
"init_date",
"end_date",
];
/**