@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
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
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