mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 16:02:11 +00:00
fix(frontend) clear date-time format when changing string subtype
This commit is contained in:
@@ -120,6 +120,8 @@
|
||||
}
|
||||
if (e.detail == 'date-time') {
|
||||
format = 'date-time'
|
||||
} else if (format) {
|
||||
format = undefined
|
||||
}
|
||||
if (e.detail == 'none') {
|
||||
pattern = undefined
|
||||
|
||||
Reference in New Issue
Block a user