mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 16:03:47 +00:00
6 lines
90 B
Svelte
6 lines
90 B
Svelte
<script lang="ts">
|
|
export let id: string
|
|
|
|
$: id && console.log('updateJobId')
|
|
</script>
|