mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 16:00:38 +00:00
fix runform
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
import Tooltip from './Tooltip.svelte'
|
||||
import type { Schema } from '$lib/common'
|
||||
|
||||
export let runnable: { summary: string; schema: Schema; description: string }
|
||||
export let runnable: { summary?: string; schema?: Schema; description?: string } | undefined
|
||||
export let runAction: (scheduledForStr: string | undefined, args: Record<string, any>) => void
|
||||
export let buttonText = 'Run'
|
||||
export let schedulable = true
|
||||
|
||||
Reference in New Issue
Block a user