ui-soxo-bootstrap-core 2.4.25-dev.12 → 2.4.25-dev.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.
|
@@ -231,7 +231,7 @@ const MenuAdd = ({ model, callback, edit, history, formContent, match, additiona
|
|
|
231
231
|
{/* Route Ends */}
|
|
232
232
|
|
|
233
233
|
{/* Switch */}
|
|
234
|
-
<Form.Item name="is_visible" label="Visible" valuePropName="checked"
|
|
234
|
+
<Form.Item name="is_visible" label="Visible" valuePropName="checked" required>
|
|
235
235
|
<Switch />
|
|
236
236
|
</Form.Item>
|
|
237
237
|
|
|
@@ -244,7 +244,7 @@ const MenuAdd = ({ model, callback, edit, history, formContent, match, additiona
|
|
|
244
244
|
{/* Step Ends */}
|
|
245
245
|
|
|
246
246
|
{/* Icon Name*/}
|
|
247
|
-
<Form.Item name="icon_name" label="Icon Name"
|
|
247
|
+
<Form.Item name="icon_name" label="Icon Name" required>
|
|
248
248
|
<Input placeholder="Enter icon name" />
|
|
249
249
|
</Form.Item>
|
|
250
250
|
{/* Icon Name Ends */}
|