Skip to content

Commit

Permalink
Fix typo from my private implementation of this feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmarthur authored Oct 12, 2018
1 parent 89a31ed commit d591f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sp/src/fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ export class Fields extends SharePointQueryableCollection {
showField: string,
): Promise<FieldAddResult> {
return this.clone(
FieldsExtension,
Fields,
`adddependentlookupfield(displayName='${displayName}', primarylookupfieldid='${primaryLookupFieldId}', showfield='${showField}')`,
)
.postCore<{ Id: string }>({})
Expand Down

0 comments on commit d591f73

Please sign in to comment.