Skip to content

Commit 45b5465

Browse files
committed
fix summary
1 parent dc5d12e commit 45b5465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/companyhub/actions/create-deal/create-deal.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565
},
6666
});
6767
if (response.Success) {
68-
$.export("$summary", `Successfully created company with ID: ${response.Id}`);
68+
$.export("$summary", `Successfully created deal with ID: ${response.Id}`);
6969
}
7070
return response;
7171
},

0 commit comments

Comments
 (0)