Skip to content

Commit

Permalink
improve urlParams with ID
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Jan 10, 2024
1 parent b6663cd commit 1168738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/api/ui/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ function changeFilterId(id: ISearchFilter['_id'], params: ICombinedEventOrPlanni
type: EVENTS_PLANNING.ACTIONS.SELECT_EVENTS_PLANNING_FILTER,
payload: id,
});
urlParams.setString('eventsPlanningFilter', id);
}
return reloadList(params);
}
Expand Down

0 comments on commit 1168738

Please sign in to comment.