Skip to content

Commit 934c798

Browse files
sort
1 parent ea527bb commit 934c798

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/spreadsheet-view/spreadsheet/spreadsheet-content/hooks/use-equipment-modification.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ export type UseEquipmentModificationProps = {
2525

2626
type EditableEquipmentType = Exclude<
2727
SpreadsheetEquipmentType,
28-
| SpreadsheetEquipmentType.TIE_LINE
29-
| SpreadsheetEquipmentType.THREE_WINDINGS_TRANSFORMER
3028
| SpreadsheetEquipmentType.BUS
3129
| SpreadsheetEquipmentType.BUSBAR_SECTION
3230
| SpreadsheetEquipmentType.DANGLING_LINE
31+
| SpreadsheetEquipmentType.HVDC_LINE
32+
| SpreadsheetEquipmentType.LCC_CONVERTER_STATION
3333
| SpreadsheetEquipmentType.STATIC_VAR_COMPENSATOR
34+
| SpreadsheetEquipmentType.THREE_WINDINGS_TRANSFORMER
35+
| SpreadsheetEquipmentType.TIE_LINE
3436
| SpreadsheetEquipmentType.VSC_CONVERTER_STATION
35-
| SpreadsheetEquipmentType.LCC_CONVERTER_STATION
36-
| SpreadsheetEquipmentType.HVDC_LINE
3737
>;
3838

3939
const EQUIPMENT_DIALOG_MAPPING: Readonly<Record<EditableEquipmentType, FunctionComponent<any>>> = {

0 commit comments

Comments
 (0)