feat: Add TheTable form element
This commit is contained in:
@@ -166,6 +166,8 @@ function getResolvedComponent(formElement: FormElementDto) {
|
||||
return resolveComponent('TheEditor')
|
||||
case 'DATE':
|
||||
return resolveComponent('TheDate')
|
||||
case 'TABLE':
|
||||
return resolveComponent('TheTable')
|
||||
default:
|
||||
return resolveComponent('Unimplemented')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user