misc(FE): test, it's unused anyway
This commit is contained in:
parent
feaf9799ed
commit
0e7cd0b853
1 changed files with 12 additions and 7 deletions
|
@ -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?' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue