@clxmedia/clxforms-client 1.1.12 → 1.1.13

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.
@@ -125,6 +125,9 @@ const CLXFormLayoutProcessor = ({ mode, responseData, formRights }) => {
125
125
  if (step.is_gate && !step.is_complete && !isGateSatisfied) {
126
126
  isGated = true;
127
127
  }
128
+ if (step.is_gate && !isCLXInternalUser) {
129
+ return acc;
130
+ }
128
131
  acc.push(step);
129
132
  return acc;
130
133
  }, [])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/clxforms-client",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "CLXperience Forms Client",
5
5
  "author": "Brandon Thompson <brandont@clxmedia.com>",
6
6
  "license": "MIT",