Skip to content

Commit 99b2352

Browse files
committed
Fix for GitHub Issue 157
1 parent 31cbd43 commit 99b2352

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AasxPackageLogic/DispEditHelperModules.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -806,9 +806,8 @@ public void DisplayOrEditEntityHasEmbeddedSpecification(
806806
});
807807
}
808808

809-
// which content is possible?
810809
var cntByDs = ExtendIDataSpecificationContent.GuessContentTypeFor(
811-
hasDataSpecification[i].DataSpecification);
810+
hasDataSpecification[i].DataSpecificationContent);
812811

813812
AddHintBubble(
814813
stack, hintMode, new[] {

0 commit comments

Comments
 (0)