Skip to content

Commit 887d6e6

Browse files
committed
Undo component changes
1 parent cf5cc1d commit 887d6e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/chatbot_builder/actions/create-tag/create-tag.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export default {
1717
name: {
1818
propDefinition: [
1919
app,
20-
"name",
21-
],
20+
"name"
21+
]
2222
},
2323
},
2424
async run({ $ }) {
@@ -34,4 +34,4 @@ export default {
3434
$.export("$summary", `Successfully created a new tag named ${this.name}`);
3535
return response;
3636
},
37-
};
37+
};

components/holded/actions/update-invoice/update-invoice.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default {
7373
},
7474
});
7575

76-
step.export("$summary", "Successfully updated invoice");
76+
step.export("$summary", `Successfully updated invoice`);
7777

7878
return response;
7979
},

0 commit comments

Comments
 (0)