Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
dotCMS/core#12758 Update listing-data-table.component to receive acti…
Browse files Browse the repository at this point in the history
…ons - Removing unused function
  • Loading branch information
Luis Rojas committed Oct 30, 2017
1 parent 6c45c9d commit ed37eca
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ export class ListingDataTableComponent extends BaseComponent implements OnChange
this.rowWasClicked.emit($event);
}

handleRemove($event): void {
console.log('clicked $event: ', $event);
}

/**
* Call when click on any pagination link
* @param event Pagination event
Expand Down

0 comments on commit ed37eca

Please sign in to comment.