mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-04 16:03:06 +00:00
fix(app builder): date input default value improvements
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
result: undefined as string | undefined
|
||||
})
|
||||
|
||||
$: !value && handleDefault(resolvedConfig.defaultValue)
|
||||
$: handleDefault(resolvedConfig.defaultValue)
|
||||
|
||||
function formatDate(dateString: string, formatString: string = 'dd.MM.yyyy') {
|
||||
if (formatString === '') {
|
||||
|
||||
Reference in New Issue
Block a user