Skip to content

Commit

Permalink
change event name
Browse files Browse the repository at this point in the history
  • Loading branch information
jjtg-nav committed Mar 2, 2021
1 parent 47fb4fb commit 59f5af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/searchReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function* search() {
yield put({type: RESET_PAGINATION});
const state = yield select();

logAmplitudeEvent('Utførte søk',{ query: state.searchQuery });
logAmplitudeEvent('Stillinger - Utførte søk',{ query: state.searchQuery });

const query = toApiSearchQuery(state.searchQuery);
const searchResult = yield call(fetchSearch, query);
Expand Down

0 comments on commit 59f5af5

Please sign in to comment.