Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: David BRAQUART <[email protected]>
  • Loading branch information
dbraquart committed Jan 24, 2025
1 parent 5aabd20 commit 21243a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils/mapper/getFileIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function getFileIcon(type: ElementType, style: SxProps<Theme>) {
case ElementType.LOADFLOW_PARAMETERS:
case ElementType.SENSITIVITY_PARAMETERS:
case ElementType.SHORT_CIRCUIT_PARAMETERS:
case ElementType.NETWORK_VISUALIZATION_PARAMETERS:
case ElementType.NETWORK_VISUALIZATIONS_PARAMETERS:
return <SettingsIcon sx={style} />;
case ElementType.SPREADSHEET_CONFIG:
return <CalculateIcon sx={style} />;
Expand Down
2 changes: 1 addition & 1 deletion src/utils/types/elementType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export enum ElementType {
LOADFLOW_PARAMETERS = 'LOADFLOW_PARAMETERS',
SENSITIVITY_PARAMETERS = 'SENSITIVITY_PARAMETERS',
SHORT_CIRCUIT_PARAMETERS = 'SHORT_CIRCUIT_PARAMETERS',
NETWORK_VISUALIZATION_PARAMETERS = 'NETWORK_VISUALIZATION_PARAMETERS',
NETWORK_VISUALIZATIONS_PARAMETERS = 'NETWORK_VISUALIZATIONS_PARAMETERS',
SPREADSHEET_CONFIG = 'SPREADSHEET_CONFIG',
SPREADSHEET_CONFIG_COLLECTION = 'SPREADSHEET_CONFIG_COLLECTION',
}
Expand Down

0 comments on commit 21243a8

Please sign in to comment.