Skip to content

Commit

Permalink
gh-512 eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmonks committed Apr 28, 2022
1 parent 4318068 commit 0c09a70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ export class DataClassesListComponent implements AfterViewInit {
return {
id: record.id,
domainType: record.domainType
}});
};
});

this.dialog
.open(BulkEditModalComponent, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ export class DataElementsListComponent implements AfterViewInit {
return {
id: record.id,
domainType: record.domainType
}});
};
});

this.dialog.open(BulkEditModalComponent, {
data: {
Expand Down

0 comments on commit 0c09a70

Please sign in to comment.