Skip to content

Commit 2a51cf5

Browse files
revert change included by mistake on previous commit
1 parent 8657ea9 commit 2a51cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/peoplepicker/PeoplePickerComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class PeoplePicker extends React.Component<IPeoplePickerProps, IPeoplePic
5555
public componentWillMount(): void {
5656
if (Environment.type === EnvironmentType.Local) {
5757
// local mode
58-
this._thisLoadUsers();
58+
this._loadLocalWorkbenchUsers();
5959
} else {
6060
// online mode
6161
// Load the users

0 commit comments

Comments
 (0)