@visns-studio/visns-components 4.2.11 → 4.2.12

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.
@@ -1034,28 +1034,18 @@ function GenericFormBuilder({ setting, urlParam, userProfile }) {
1034
1034
  value={dataField.size}
1035
1035
  onChange={handleChangeForm}
1036
1036
  >
1037
- {dataField.type ===
1038
- 'section' ? (
1039
- <option value="full">
1040
- Full
1041
- </option>
1042
- ) : (
1043
- <>
1044
- <option>
1045
- Please Select an
1046
- Option
1047
- </option>
1048
- <option value="quarter">
1049
- Quarter
1050
- </option>
1051
- <option value="half">
1052
- Half
1053
- </option>
1054
- <option value="full">
1055
- Full
1056
- </option>
1057
- </>
1058
- )}
1037
+ <option>
1038
+ Please Select an Option
1039
+ </option>
1040
+ <option value="quarter">
1041
+ Quarter
1042
+ </option>
1043
+ <option value="half">
1044
+ Half
1045
+ </option>
1046
+ <option value="full">
1047
+ Full
1048
+ </option>
1059
1049
  </select>
1060
1050
  <span className={styles.fi__span}>
1061
1051
  Size *
package/package.json CHANGED
@@ -57,7 +57,7 @@
57
57
  "react-dom": "^17.0.1"
58
58
  },
59
59
  "name": "@visns-studio/visns-components",
60
- "version": "4.2.11",
60
+ "version": "4.2.12",
61
61
  "description": "Various packages to assist in the development of our Custom Applications.",
62
62
  "main": "index.js",
63
63
  "scripts": {