We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3fbf7 commit 5a093b0Copy full SHA for 5a093b0
src/app/src/components/form/FormPanelInput.vue
@@ -62,6 +62,7 @@ function computeValue(formItem: FormItem): unknown {
62
63
switch (formItem.type) {
64
case 'string':
65
+ case 'date':
66
case 'icon':
67
case 'media':
68
case 'file':
0 commit comments