Skip to content

Commit

Permalink
PARAMETERS is not an element type (#678)
Browse files Browse the repository at this point in the history
Signed-off-by: David BRAQUART <[email protected]>
  • Loading branch information
dbraquart authored Jan 28, 2025
1 parent 91962e8 commit 444ee2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/utils/mapper/getFileIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export function getFileIcon(type: ElementType, style: SxProps<Theme>) {
return <NoteAltIcon sx={style} />;
case ElementType.FILTER:
return <ArticleIcon sx={style} />;
case ElementType.PARAMETERS:
case ElementType.VOLTAGE_INIT_PARAMETERS:
case ElementType.SECURITY_ANALYSIS_PARAMETERS:
case ElementType.LOADFLOW_PARAMETERS:
Expand Down
1 change: 0 additions & 1 deletion src/utils/types/elementType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export enum ElementType {
CASE = 'CASE',
FILTER = 'FILTER',
MODIFICATION = 'MODIFICATION',
PARAMETERS = 'PARAMETERS',
CONTINGENCY_LIST = 'CONTINGENCY_LIST',
VOLTAGE_INIT_PARAMETERS = 'VOLTAGE_INIT_PARAMETERS',
SECURITY_ANALYSIS_PARAMETERS = 'SECURITY_ANALYSIS_PARAMETERS',
Expand Down

0 comments on commit 444ee2e

Please sign in to comment.