Skip to content

Commit

Permalink
Add maxSuggestionCount to reducer call
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Ord committed Nov 9, 2023
1 parent 98a0d4c commit 724c9a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const ExperimentationGuide = (props: ResultDataProps) => {
const debouncedUpdate = _.debounce(suggestionCount => {
dispatchExperiment({
type: 'updateSuggestionCount',
payload: suggestionCount,
payload: { suggestionCount, maxSuggestionCount },
})
}, 1000)

Expand Down

0 comments on commit 724c9a8

Please sign in to comment.