Skip to content

Commit

Permalink
refactor: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Dec 22, 2023
1 parent bcc3f06 commit c1c48dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/app/resource/biblio-items/biblio-items.component.ts
Expand Up @@ -154,6 +154,7 @@ export class BiblioItemsComponent extends BeolResource {
showIncomingRes(resIri, resType, res) {
this._beolService.routeByResourceType(resType, resIri, res);
}

openDialog(arkURL: string) {
this.dialog.open(ArkUrlDialogComponent, {
hasBackdrop: true,
Expand Down
2 changes: 0 additions & 2 deletions src/app/resource/figure/figure.component.ts
Expand Up @@ -54,9 +54,7 @@ export class FigureComponent extends BeolResource {
public location: Location,
public dialog: MatDialog
) {

super(_dspApiConnection, _route, _incomingService, _beolService);

}

initProps() {
Expand Down

0 comments on commit c1c48dc

Please sign in to comment.