mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 08:02:40 +00:00
fix flow builder input transforms
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
propertyType = arg.type
|
||||
}
|
||||
|
||||
$: arg?.type !== propertyType && updatePropertyType()
|
||||
$: arg?.type && arg.type !== propertyType && updatePropertyType()
|
||||
|
||||
function getPropertyType(arg: InputTransform | any): 'static' | 'javascript' {
|
||||
let type: 'static' | 'javascript' = arg?.type ?? 'static'
|
||||
|
||||
Reference in New Issue
Block a user