Skip to content

Commit

Permalink
Fix for GitHub Issue 157
Browse files Browse the repository at this point in the history
  • Loading branch information
juileetikekar committed Mar 6, 2024
1 parent 31cbd43 commit 99b2352
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AasxPackageLogic/DispEditHelperModules.cs
Original file line number Diff line number Diff line change
Expand Up @@ -806,9 +806,8 @@ public void DisplayOrEditEntityHasEmbeddedSpecification(
});
}

// which content is possible?
var cntByDs = ExtendIDataSpecificationContent.GuessContentTypeFor(
hasDataSpecification[i].DataSpecification);
hasDataSpecification[i].DataSpecificationContent);

AddHintBubble(
stack, hintMode, new[] {
Expand Down

0 comments on commit 99b2352

Please sign in to comment.