Skip to content

Commit

Permalink
fix assoication editor
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioUyaguari committed Aug 16, 2023
1 parent 383f643 commit ec50399
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .changeset/chatty-bottles-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,14 @@ export class Association extends PackageableElement implements Hashable {
new Property(
'',
Multiplicity.ONE,
GenericTypeExplicitReference.create(
new GenericType(INTERNAL__PseudoClass.INSTANCE),
),
INTERNAL__PseudoClass.INSTANCE,
GenericTypeExplicitReference.create(new GenericType(new Class(''))),
new Class(''),
),
new Property(
'',
Multiplicity.ONE,
GenericTypeExplicitReference.create(
new GenericType(INTERNAL__PseudoClass.INSTANCE),
),
INTERNAL__PseudoClass.INSTANCE,
GenericTypeExplicitReference.create(new GenericType(new Class(''))),
new Class(''),
),
];
(properties[0] as Writable<Property>)._OWNER = this;
Expand Down

0 comments on commit ec50399

Please sign in to comment.