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 42887cf commit e94255eCopy full SHA for e94255e
src/controls/listItemAttachments/ListItemAttachments.tsx
@@ -51,7 +51,7 @@ export class ListItemAttachments extends React.Component<IListItemAttachmentsPro
51
};
52
53
// Get SPService Factory
54
- this._spservice = new SPservice(this.props.context);
+ this._spservice = new SPservice(this.props.context, this.props.webUrl);
55
this._utilities = new utilities();
56
}
57
0 commit comments