Skip to content

Commit bc90a77

Browse files
committed
ESLint fix
1 parent f361042 commit bc90a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/salesforce_rest_api/actions/upsert-record/upsert-record.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default {
6767
docsInfoExtId: {
6868
type: "alert",
6969
alertType: "info",
70-
content: "If you don't see any fields in the above list, you probably need to create one in Salesforce's Object Manager. Only a field marked as an external id field can be used to identify a record."
70+
content: "If you don't see any fields in the above list, you probably need to create one in Salesforce's Object Manager. Only a field marked as an external id field can be used to identify a record.",
7171
},
7272
externalIdValue: {
7373
type: "string",

0 commit comments

Comments
 (0)