We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5d12e commit 45b5465Copy full SHA for 45b5465
components/companyhub/actions/create-deal/create-deal.mjs
@@ -65,7 +65,7 @@ export default {
65
},
66
});
67
if (response.Success) {
68
- $.export("$summary", `Successfully created company with ID: ${response.Id}`);
+ $.export("$summary", `Successfully created deal with ID: ${response.Id}`);
69
}
70
return response;
71
0 commit comments