Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import type { UUID } from 'node:crypto';
import { FeederBaysFormInfos, FeederBaysInfos } from './move-voltage-level-feeder-bays.type';
import PositionDiagramPane from '../../../../grid-layout/cards/diagrams/singleLineDiagram/positionDiagram/position-diagram-pane';
import SeparatorCellRenderer from '../topology-modification/separator-cell-renderer';
import GridSection from '../../../commons/grid-section';

const defaultColDef = {
sortable: false,
Expand Down Expand Up @@ -360,10 +359,10 @@ export function MoveVoltageLevelFeederBaysForm({
</GridItem>
)}
</Grid>
<Grid item xs={1}>
<GridSection title={'moveFeederBaysSections'} />
<Grid item spacing={2} paddingTop={2}>
<FormattedMessage id={'moveFeederBaysSections'} />
</Grid>
<Grid item xs paddingTop={2}>
<Grid item xs paddingTop={1}>
<CustomAGGrid
rowData={groupedRowData}
defaultColDef={defaultColDef}
Expand Down
Loading