@optimiser/common 1.0.307 → 1.0.308
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/dist/lib/utility.js +1 -1
- package/package.json +1 -1
package/dist/lib/utility.js
CHANGED
|
@@ -1713,7 +1713,7 @@ function BuildLookupDataField(fieldSchema, updateObj, db) {
|
|
|
1713
1713
|
updateObj[alias_1] = fldLookupData_1;
|
|
1714
1714
|
// Below if cond was added by Shahzaib on 05/09/2022
|
|
1715
1715
|
if (['dropdown', 'lookup', 'multilookup', 'multiselect'].includes(fieldSchema.UIDataType)) {
|
|
1716
|
-
updateObj[searchAlias_1] =
|
|
1716
|
+
updateObj[searchAlias_1] = "";
|
|
1717
1717
|
}
|
|
1718
1718
|
resolve();
|
|
1719
1719
|
}
|