Skip to content

Commit

Permalink
Increase success-toast timeout to be 5000ms
Browse files Browse the repository at this point in the history
  • Loading branch information
rottabonus committed Oct 12, 2023
1 parent a220f84 commit 166025b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/reducers/userReport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as T from 'fp-ts/lib/Task';
import * as userReportApi from '../../api/userReport';

export const initialState = RD.initial;
export const coolDownDuration = 3000;
export const coolDownDuration = 5000;

export const reducer: automaton.Reducer<
RD.RemoteData<string, true>,
Expand Down

0 comments on commit 166025b

Please sign in to comment.