iceholidays-frontend 0.13.0 → 0.14.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 136d050f210efcff32751ee80c8099c596704f0824dcb8bd77b6ba9877988d45
4
- data.tar.gz: d3787e03aa547be81ff6f061b1ec577d198377bcf57f347c7c5689a425a2de28
3
+ metadata.gz: '005399e8087efa7b5a58767d9db9f0b772b53d22a3c50a457abe908f4d9e72eb'
4
+ data.tar.gz: ee91e988dcc08b818e3b3e2982e151242cc735b9b912db1ff3288c0df57368a1
5
5
  SHA512:
6
- metadata.gz: e18e8800b9fa3bc7d3b526b83fc9d265ccec3c79527462796452e8779c04ced9b80460043aa42e36af54726e177466f3301e1ff62486b4eb516f32b781a045b8
7
- data.tar.gz: d67d2b77a7e6d5800572ab99ed532f2d9e4fa409d5be0ab82dcede2990e557f3f7b970534d44e2b28a79990473c02c772e53234633b5186a29ba8a21a58ed124
6
+ metadata.gz: 8ba234c65c677a869c0eac5ab9c5daab1e3ab98de5a9e1bc760167e9ea921d2e23c390c187c2d640768c6e98ab46f37841e616b0eb17d922dee7c9817bc1607b
7
+ data.tar.gz: 8d8e6c3817776b0247360b767ebeeb31653bc378941f394738f45e87d9656de13cd7e1191eb0feae63072e0958f22a4dd0daeb208ecc571029b5d3a8e11ea808
@@ -78,7 +78,7 @@ export default class ContactUsPage extends React.Component {
78
78
  validateMessages={validateMessages}
79
79
  onFinish={(formValues)=>this.submitForm(formValues)}
80
80
  >
81
- <Form.Item label="Enter Name" name="name" required>
81
+ <Form.Item label="Enter Name" name="name">
82
82
  <Input placeholder="Enter Here" />
83
83
  </Form.Item>
84
84
 
@@ -95,7 +95,7 @@ export default class ContactUsPage extends React.Component {
95
95
  </Col>
96
96
  </Row>
97
97
 
98
- <Form.Item label="Select State" name="state" required>
98
+ <Form.Item label="Select State" name="state">
99
99
  <Select
100
100
  placeholder="Please Select"
101
101
  options={this.state?.states}
@@ -1,5 +1,5 @@
1
1
  module Iceholidays
2
2
  module Frontend
3
- VERSION = "0.13.0"
3
+ VERSION = "0.14.0"
4
4
  end
5
5
  end