Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: TT-343 add pagination in reports tab
  • Loading branch information
bytesantiago committed Sep 17, 2021
commit 801dcf90185bb91c4e98726445b76c039329782d
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { getReportDataSource } from '../../../time-clock/store/entry.selectors';
export class TimeEntriesTableComponent implements OnInit, OnDestroy, AfterViewInit {
dtOptions: any = {
scrollY: '590px',
paging: false,
dom: 'Bfrtip',
buttons: [
{
Expand Down