@optimiser/common 1.0.325 → 1.0.326

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.
@@ -5077,6 +5077,7 @@ function CheckConditionalField(field, record, action) {
5077
5077
  switch (field.Schema.ConditionalAction) {
5078
5078
  case "show-disabled-mandatory":
5079
5079
  case "show-disabled-nonmandatory":
5080
+ break;
5080
5081
  case "show-enabled-mandatory":
5081
5082
  case "show-enabled-nonmandatory":
5082
5083
  if (fieldData) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.325",
3
+ "version": "1.0.326",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {