Skip to content

Commit

Permalink
improve urlParams with ID (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo authored Jan 11, 2024
1 parent b6663cd commit 65434dc
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 65434dc

Please sign in to comment.