mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 16:05:58 +00:00
nit check
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
const dispatch = createEventDispatcher()
|
||||
|
||||
let hover = $state(false)
|
||||
let addTriggersButton = $state<AddTriggersButton | undefined>(undefined)
|
||||
|
||||
let floatingConfig: ComputeConfig = {
|
||||
strategy: 'fixed',
|
||||
@@ -91,7 +90,6 @@
|
||||
|
||||
{#if isEditor}
|
||||
<AddTriggersButton
|
||||
bind:this={addTriggersButton}
|
||||
onAddScheduledPoll={() => {
|
||||
showTriggerScriptPicker = true
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user