Merge pull request #12815 from Budibase/fix/automation-logic-fixes
Automation fixes
This commit is contained in:
commit
e6c5670600
|
@ -1 +1 @@
|
|||
Subproject commit 1bc012871496ff55e376931b620075b565e34d09
|
||||
Subproject commit 11469c40d73ea58f2aec80c12c1946289b67c6f2
|
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
TRIGGER_AUTOMATION_RUN: {
|
||||
disabled: !triggerAutomationRunEnabled,
|
||||
message: collectDisabledMessage(),
|
||||
message: "Please upgrade to a paid plan",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
</Tab>
|
||||
<Tab title="Output">
|
||||
<div class="wrap">
|
||||
{#if filteredResults?.[idx]?.inputs}
|
||||
{#if filteredResults?.[idx]?.outputs}
|
||||
<JsonView
|
||||
depth={2}
|
||||
json={filteredResults?.[idx]?.outputs}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9d80daaa5b79da68730d6c5f497f629c47a78ef8
|
||||
Subproject commit 31f11bcd3323d2105a83ebfdee8facc2900bb879
|
Loading…
Reference in New Issue