mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 08:05:44 +00:00
typecheck
This commit is contained in:
@@ -34,9 +34,11 @@ export async function copyFirstStepSchema(
|
||||
})
|
||||
return
|
||||
}
|
||||
return sendUserToast('Only scripts can be used as a input schema', true)
|
||||
sendUserToast('Only scripts can be used as a input schema', true)
|
||||
return
|
||||
}
|
||||
return sendUserToast('No first step found', true)
|
||||
sendUserToast('No first step found', true)
|
||||
return
|
||||
}
|
||||
|
||||
export async function getFirstStepSchema(flowState: FlowState, flow: OpenFlow) {
|
||||
|
||||
Reference in New Issue
Block a user