fix: build errors

This commit is contained in:
Ephraim Atta-Duncan
2025-10-20 15:19:50 +00:00
parent bdef3ec018
commit 7c81ee8f6c
2 changed files with 5 additions and 0 deletions

View File

@ -279,6 +279,7 @@ export const FIELD_RADIO_META_DEFAULT_VALUES: TRadioFieldMeta = {
values: [{ id: 1, checked: false, value: '' }],
required: false,
readOnly: false,
direction: 'vertical',
};
export const FIELD_CHECKBOX_META_DEFAULT_VALUES: TCheckboxFieldMeta = {