mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 08:02:38 +00:00
nit check
This commit is contained in:
@@ -10,15 +10,9 @@
|
||||
placement?: 'bottom-end' | 'top-end'
|
||||
variant?: 'default' | 'accent'
|
||||
disabled?: boolean
|
||||
showWorkspaceRestriction?: boolean
|
||||
}
|
||||
|
||||
let {
|
||||
placement = 'bottom-end',
|
||||
variant = 'default',
|
||||
disabled = false,
|
||||
showWorkspaceRestriction = false
|
||||
}: Props = $props()
|
||||
let { placement = 'bottom-end', variant = 'default', disabled = false }: Props = $props()
|
||||
</script>
|
||||
|
||||
<Popover
|
||||
@@ -40,6 +34,6 @@
|
||||
</Button>
|
||||
{/snippet}
|
||||
{#snippet content()}
|
||||
<AssignableTagsInner {showWorkspaceRestriction} on:refresh />
|
||||
<AssignableTagsInner on:refresh />
|
||||
{/snippet}
|
||||
</Popover>
|
||||
|
||||
@@ -329,7 +329,6 @@
|
||||
<div class="flex flex-row-reverse w-full pb-2 items-center gap-4">
|
||||
<div>
|
||||
<AssignableTags
|
||||
showWorkspaceRestriction
|
||||
on:refresh={() => {
|
||||
loadCustomTags()
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user