Skip to content

Commit 8db7922

Browse files
authored
Merge pull request #4445 from neinteractiveliterature/remove-react-js-pagination
Remove react-js-pagination
2 parents 53cf55c + aaef11c commit 8db7922

11 files changed

Lines changed: 224 additions & 242 deletions

File tree

app/javascript/EventsApp/EventList/EventListPagination.tsx

Lines changed: 0 additions & 37 deletions
This file was deleted.

app/javascript/EventsApp/ScheduleGrid/queries.generated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type ScheduleGridEventFragmentFragment = (
2020
)> }
2121
)>, runs: Array<(
2222
{ __typename: 'Run' }
23-
& Pick<Types.Run, 'id' | 'starts_at' | 'schedule_note' | 'title_suffix' | 'confirmed_signup_count' | 'not_counted_signup_count' | 'room_names'>
23+
& Types.MakeOptional<Pick<Types.Run, 'id' | 'starts_at' | 'schedule_note' | 'title_suffix' | 'confirmed_signup_count' | 'not_counted_signup_count' | 'room_names'>, 'confirmed_signup_count' | 'not_counted_signup_count'>
2424
& RunBasicSignupDataFragment
2525
)> }
2626
);

0 commit comments

Comments
 (0)