feat(#25): Add date form element
This commit is contained in:
@@ -91,6 +91,8 @@ function getResolvedComponent(formElement: FormElementDto) {
|
||||
return resolveComponent('TheInput')
|
||||
case 'TITLE_BODY_TEXTFIELDS':
|
||||
return resolveComponent('TheTitleBodyInput')
|
||||
case 'DATE':
|
||||
return resolveComponent('TheDate')
|
||||
default:
|
||||
return resolveComponent('Unimplemented')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user