fix(toasts): proposal toasts timeout (#3645)

This commit is contained in:
m.ray 2023-05-09 13:03:17 +03:00 committed by GitHub
parent 7fe722dad0
commit 00679c75f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ export const PROPOSAL_STATES_TO_TOAST = [
ProposalState.STATE_OPEN,
ProposalState.STATE_PASSED,
];
const CLOSE_AFTER = 5000;
const CLOSE_AFTER = 0;
type Proposal = UpdateNetworkParameterProposalFragment;
const UpdateNetworkParameterToastContent = ({