Revert more instances of case changing

This commit is contained in:
Andrew Kingston 2024-12-18 12:10:45 +00:00
parent 4181755887
commit ceb6175ab1
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

View File

@ -837,7 +837,7 @@ export const getActionBindings = (actions, actionId) => {
bindings.push({
readableBinding: `Action ${idx + 1}.${contextValue.label}`,
runtimeBinding: `actions.${idx}.${contextValue.value}`,
category: "actions",
category: "Actions",
icon: "JourneyAction",
display: {
name: contextValue.label,

View File

@ -129,7 +129,7 @@ describe("Builder dataBinding", () => {
obj,
modifiedIndex: 0,
action: "add",
label: "Actions",
label: "actions",
})
expect(obj).toEqual([
@ -203,7 +203,7 @@ describe("Builder dataBinding", () => {
obj,
modifiedIndex: 2,
action: "delete",
label: "Actions",
label: "actions",
})
expect(obj).toEqual([
@ -271,7 +271,7 @@ describe("Builder dataBinding", () => {
obj,
modifiedIndex: 2,
action: "move",
label: "Actions",
label: "actions",
originalIndex: 4,
})
@ -346,7 +346,7 @@ describe("Builder dataBinding", () => {
obj,
modifiedIndex: 2,
action: "move",
label: "Actions",
label: "actions",
originalIndex: 0,
})
@ -423,7 +423,7 @@ describe("Builder dataBinding", () => {
obj,
modifiedIndex: 2,
action: "move",
label: "Actions",
label: "actions",
originalIndex: 1,
})
@ -502,7 +502,7 @@ describe("Builder dataBinding", () => {
obj,
modifiedIndex: 0,
action: "move",
label: "Actions",
label: "actions",
originalIndex: 4,
})