Skip to content

Commit

Permalink
Increase debounce delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Ord committed Nov 2, 2023
1 parent 9a4cded commit 4ff8b76
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) => {
type: 'updateSuggestionCount',
payload: suggestionCount,
})
}, 500)
}, 1000)

return (
<TitleCard
Expand Down

0 comments on commit 4ff8b76

Please sign in to comment.