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", "allow_questions",
"assistanceType", "assistanceType",
"assistanceTypeText", "assistanceTypeText",
"init_available_date",
"end_available_date",
"sold_out", "sold_out",
"allow_overflow", "allow_overflow",
"typeId", "typeId",
@ -58,6 +56,9 @@ const eventDetailsFields = [
"description", "description",
"stateCode", "stateCode",
"stateText", "stateText",
"campaign_text",
"init_date",
"end_date",
]; ];
/** /**