Skip to content

Commit

Permalink
Remove code
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolineDenis committed Oct 16, 2024
1 parent f411069 commit 5add530
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ export function COJODialog({

collection?.add(newCOJO);

/*
* ParentResource.set('cojo', [newCOJO] as RA<
* SpecifyResource<CollectionObjectGroupJoin>
* >);
*/
const parentResourceCojo = parentResource.getDependentResource('cojo');
if (typeof parentResourceCojo === 'object') parentResourceCojo.add(newCOJO);
};
Expand Down

0 comments on commit 5add530

Please sign in to comment.