misc(FE): test, it's unused anyway

This commit is contained in:
Michael 2025-03-31 01:50:33 +02:00
parent feaf9799ed
commit 0e7cd0b853

View file

@ -26,14 +26,18 @@ const fieldDefinitions = {
label: 'Durata',
required: false,
},
repeatType: {
label: 'Ripetizione',
required: false,
},
day: {
label: 'Giorni',
required: false,
repeatOption: {
label: 'Regole di repitizione',
repeatType: {
label: 'Ripetizione',
required: false,
},
day: {
label: 'Giorni',
required: false,
},
},
};
export const showDaysForm = (item: ShowDays) => {
@ -84,6 +88,7 @@ export const showDaysForm = (item: ShowDays) => {
break;
case 'repeatType':
fields[key].component = CheckBoxConditional;
fields[key].value = null;
fields[key].props = {
checkBoxForm: {
checkBoxField: { label: 'Ripetere lo show?' },