Merge branch 'master' into fix/uuid-hbs-to-js
This commit is contained in:
commit
e125f01855
|
@ -1 +1 @@
|
||||||
Subproject commit 1bc012871496ff55e376931b620075b565e34d09
|
Subproject commit 11469c40d73ea58f2aec80c12c1946289b67c6f2
|
|
@ -43,7 +43,7 @@
|
||||||
},
|
},
|
||||||
TRIGGER_AUTOMATION_RUN: {
|
TRIGGER_AUTOMATION_RUN: {
|
||||||
disabled: !triggerAutomationRunEnabled,
|
disabled: !triggerAutomationRunEnabled,
|
||||||
message: collectDisabledMessage(),
|
message: "Please upgrade to a paid plan",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -77,7 +77,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}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9d80daaa5b79da68730d6c5f497f629c47a78ef8
|
Subproject commit 31f11bcd3323d2105a83ebfdee8facc2900bb879
|
Loading…
Reference in New Issue