mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
fix(frontend): fix label event issues (#2574)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
export let label: string | undefined = undefined
|
||||
</script>
|
||||
|
||||
<label>
|
||||
<div>
|
||||
<div class="flex flex-row justify-between items-center w-full">
|
||||
<div class="flex flex-row items-center gap-1">
|
||||
<span class="text-secondary text-sm leading-6">{label}</span>
|
||||
@@ -12,4 +12,4 @@
|
||||
<slot name="action" />
|
||||
</div>
|
||||
<slot />
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user