Skip to content

Commit

Permalink
add id field to ElementAttributes type (#621)
Browse files Browse the repository at this point in the history
Signed-off-by: Abdelsalem <abdelsalem.hedhili@rte-france.com>
Co-authored-by: Sylvain Bouzols <sylvain.bouzols@gmail.com>
  • Loading branch information
AbdelHedhili and sBouzols authored Oct 28, 2024
1 parent ed34c96 commit a04c5c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export type ElementAttributes = {
uploading?: boolean;
hasMetadata?: boolean;
subtype?: string;
// only uploading element have this field
id?: string;
};

// TODO : Check where used
Expand Down

0 comments on commit a04c5c6

Please sign in to comment.