Revert more instances of case changing
This commit is contained in:
parent
4181755887
commit
ceb6175ab1
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue