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