mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 17:15:37 +00:00
fix: #721 Datetime args not being rendered
This commit is contained in:
@@ -160,6 +160,10 @@ function getInputType(arg) {
|
||||
return 'text'
|
||||
}
|
||||
|
||||
if (arg.type === 'datetime') {
|
||||
return 'datetime-local'
|
||||
}
|
||||
|
||||
return arg.type
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user