@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.
@@ -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] = fldLookupData_1;
1716
+ updateObj[searchAlias_1] = "";
1717
1717
  }
1718
1718
  resolve();
1719
1719
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.307",
3
+ "version": "1.0.308",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {