Skip to content

Commit

Permalink
fix fetching all timelines
Browse files Browse the repository at this point in the history
  • Loading branch information
janmonschke committed Sep 26, 2024
1 parent 5c46bfd commit c9851b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const useGetAllTimeline = (): AllTimelinesArgs => {
search,
sort_field: sort.sortField,
sort_order: sort.sortOrder,
status,
status: status || undefined,
timeline_type: timelineType,
};
const getAllTimelineResponse = await getAllTimelines(variables, abortCtrl.signal);
Expand Down

0 comments on commit c9851b3

Please sign in to comment.