nuxeo-development-framework 5.9.5 → 5.9.6
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.
- package/bundles/nuxeo-development-framework.umd.js +1 -1
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component.js +2 -2
- package/fesm2015/nuxeo-development-framework.js +1 -1
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -12372,7 +12372,7 @@
|
|
|
12372
12372
|
this.pageIndex = 0;
|
|
12373
12373
|
this.fetchUsersByCustomApi = false;
|
|
12374
12374
|
this.onSearch = new i0.EventEmitter();
|
|
12375
|
-
this.searchFn =
|
|
12375
|
+
this.searchFn = null;
|
|
12376
12376
|
if (this.control) {
|
|
12377
12377
|
this.control.valueAccessor = this;
|
|
12378
12378
|
}
|