Skip to content

Commit

Permalink
feat(support-digital-nameplate-v3): fix non existing V2 markings IRDI
Browse files Browse the repository at this point in the history
  • Loading branch information
XAlinaGS committed Dec 17, 2024
1 parent b642b1e commit d2e80b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const submodelElementCustomVisualizationMap = {
[SubmodelElementSemanticId.MarkingsV2]: MarkingsComponent,
[SubmodelElementSemanticId.MarkingsV3]: MarkingsComponent,
[SubmodelElementSemanticId.MarkingsIrdiV1]: MarkingsComponent,
[SubmodelElementSemanticId.MarkingsIrdiV2]: MarkingsComponent,
[SubmodelElementSemanticId.MarkingsIrdiV3]: MarkingsComponent,
[SubmodelElementSemanticId.Document]: DocumentComponent,
[SubmodelElementSemanticId.DocumentIrdi]: DocumentComponent,
Expand Down

0 comments on commit d2e80b6

Please sign in to comment.