forked from Abdulbari/sgeUpdated
Small bug fix
This commit is contained in:
@@ -1084,6 +1084,7 @@ const DataCenterManagement = () => {
|
|||||||
color: "#6e6b7b",
|
color: "#6e6b7b",
|
||||||
}),
|
}),
|
||||||
}}
|
}}
|
||||||
|
menuPlacement="top"
|
||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
<Col sm="4">
|
<Col sm="4">
|
||||||
@@ -1123,6 +1124,7 @@ const DataCenterManagement = () => {
|
|||||||
color: "#6e6b7b",
|
color: "#6e6b7b",
|
||||||
}),
|
}),
|
||||||
}}
|
}}
|
||||||
|
menuPlacement="top"
|
||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
<Col sm="3">
|
<Col sm="3">
|
||||||
@@ -1219,7 +1221,7 @@ const DataCenterManagement = () => {
|
|||||||
<Select
|
<Select
|
||||||
id="activitySubUnit"
|
id="activitySubUnit"
|
||||||
name="activitySubUnit"
|
name="activitySubUnit"
|
||||||
placeholder="Select activity sub unit"
|
placeholder="Select activity sub unit..."
|
||||||
options={activitySubUnitsOptions}
|
options={activitySubUnitsOptions}
|
||||||
value={activitySubUnitsOptions?.find(
|
value={activitySubUnitsOptions?.find(
|
||||||
(option) =>
|
(option) =>
|
||||||
@@ -1234,6 +1236,7 @@ const DataCenterManagement = () => {
|
|||||||
isClearable
|
isClearable
|
||||||
filterOption={customFilterForSelect}
|
filterOption={customFilterForSelect}
|
||||||
isDisabled={!selectedDataCenter.subSectorId}
|
isDisabled={!selectedDataCenter.subSectorId}
|
||||||
|
menuPlacement="top"
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
</Col>
|
</Col>
|
||||||
|
|||||||
Reference in New Issue
Block a user