File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/spreadsheet-view/spreadsheet/spreadsheet-content/hooks Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ export type UseEquipmentModificationProps = {
25
25
26
26
type EditableEquipmentType = Exclude <
27
27
SpreadsheetEquipmentType ,
28
- | SpreadsheetEquipmentType . TIE_LINE
29
- | SpreadsheetEquipmentType . THREE_WINDINGS_TRANSFORMER
30
28
| SpreadsheetEquipmentType . BUS
31
29
| SpreadsheetEquipmentType . BUSBAR_SECTION
32
30
| SpreadsheetEquipmentType . DANGLING_LINE
31
+ | SpreadsheetEquipmentType . HVDC_LINE
32
+ | SpreadsheetEquipmentType . LCC_CONVERTER_STATION
33
33
| SpreadsheetEquipmentType . STATIC_VAR_COMPENSATOR
34
+ | SpreadsheetEquipmentType . THREE_WINDINGS_TRANSFORMER
35
+ | SpreadsheetEquipmentType . TIE_LINE
34
36
| SpreadsheetEquipmentType . VSC_CONVERTER_STATION
35
- | SpreadsheetEquipmentType . LCC_CONVERTER_STATION
36
- | SpreadsheetEquipmentType . HVDC_LINE
37
37
> ;
38
38
39
39
const EQUIPMENT_DIALOG_MAPPING : Readonly < Record < EditableEquipmentType , FunctionComponent < any > > > = {
You can’t perform that action at this time.
0 commit comments