fix(toasts): proposal toasts timeout (#3645)
This commit is contained in:
parent
7fe722dad0
commit
00679c75f2
@ -18,7 +18,7 @@ export const PROPOSAL_STATES_TO_TOAST = [
|
|||||||
ProposalState.STATE_OPEN,
|
ProposalState.STATE_OPEN,
|
||||||
ProposalState.STATE_PASSED,
|
ProposalState.STATE_PASSED,
|
||||||
];
|
];
|
||||||
const CLOSE_AFTER = 5000;
|
const CLOSE_AFTER = 0;
|
||||||
type Proposal = UpdateNetworkParameterProposalFragment;
|
type Proposal = UpdateNetworkParameterProposalFragment;
|
||||||
|
|
||||||
const UpdateNetworkParameterToastContent = ({
|
const UpdateNetworkParameterToastContent = ({
|
||||||
|
Loading…
Reference in New Issue
Block a user