Merge pull request #12815 from Budibase/fix/automation-logic-fixes

Automation fixes
This commit is contained in:
Peter Clement 2024-01-19 11:19:21 +00:00 committed by GitHub
commit e6c5670600
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 1bc012871496ff55e376931b620075b565e34d09
Subproject commit 11469c40d73ea58f2aec80c12c1946289b67c6f2

View File

@ -43,7 +43,7 @@
},
TRIGGER_AUTOMATION_RUN: {
disabled: !triggerAutomationRunEnabled,
message: collectDisabledMessage(),
message: "Please upgrade to a paid plan",
},
}
}

View File

@ -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