small automation fixes
This commit is contained in:
parent
74b2ca5b2e
commit
7c19d18460
|
@ -43,7 +43,7 @@
|
||||||
},
|
},
|
||||||
TRIGGER_AUTOMATION_RUN: {
|
TRIGGER_AUTOMATION_RUN: {
|
||||||
disabled: !triggerAutomationRunEnabled,
|
disabled: !triggerAutomationRunEnabled,
|
||||||
message: collectDisabledMessage(),
|
message: "Please upgrade to a paid plan",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
$: console.log(filteredResults?.[0]?.outputs)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
@ -77,7 +78,7 @@
|
||||||
</Tab>
|
</Tab>
|
||||||
<Tab title="Output">
|
<Tab title="Output">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
{#if filteredResults?.[idx]?.inputs}
|
{#if filteredResults?.[idx]?.outputs}
|
||||||
<JsonView
|
<JsonView
|
||||||
depth={2}
|
depth={2}
|
||||||
json={filteredResults?.[idx]?.outputs}
|
json={filteredResults?.[idx]?.outputs}
|
||||||
|
|
Loading…
Reference in New Issue