mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
nit scriptbuilder
This commit is contained in:
@@ -232,6 +232,9 @@
|
||||
})
|
||||
|
||||
async function loadTriggers() {
|
||||
if (!initialPath) {
|
||||
return
|
||||
}
|
||||
$triggersCount = await ScriptService.getTriggersCountOfScript({
|
||||
workspace: $workspaceStore!,
|
||||
path: initialPath
|
||||
|
||||
@@ -351,7 +351,6 @@
|
||||
parameters this component is attached to.
|
||||
</Tooltip>
|
||||
</div>
|
||||
|
||||
<InputsSpecsEditor
|
||||
id={component.id}
|
||||
shouldCapitalize={false}
|
||||
|
||||
Reference in New Issue
Block a user