tnx-shared 5.1.146 → 5.1.147

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47409,6 +47409,7 @@
47409
47409
  if (multiple === void 0) { multiple = true; }
47410
47410
  var control = createUserPickerControl(field, label, 15, function (item) { return _this.getUserLabel(item); });
47411
47411
  control.multiple = multiple;
47412
+ control.plusUrl = 'ForUserPicker';
47412
47413
  // control.lazyLoadOrganization = true;
47413
47414
  return control;
47414
47415
  };