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.
2 parents 2610b1d + e94255e commit 3eacc82Copy full SHA for 3eacc82
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