Skip to content

Commit

Permalink
refactor(my-records): remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Sep 23, 2024
1 parent 7e683b4 commit cddc365
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ export class MyRecordsComponent implements OnInit {
})
}

duplicateRecord(record: CatalogRecord) {
this.router
.navigate(['/duplicate', record.uniqueIdentifier])
.catch((err) => console.error(err))
}

createRecord() {
this.router.navigate(['/create']).catch((err) => console.error(err))
}
Expand Down

0 comments on commit cddc365

Please sign in to comment.