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