* chore: workaround for #641 - ignoreErrors on governance page * chore: #641 comment on errorPolicy - this is to get around some backend issues Co-authored-by: madalinaraicu <madalina@vegaprotocol.io>
This commit is contained in:
parent
9377c9d9de
commit
b269ad16cf
@ -24,6 +24,7 @@ export const ProposalsContainer = () => {
|
||||
const { t } = useTranslation();
|
||||
const { data, loading, error } = useQuery<Proposals, never>(PROPOSALS_QUERY, {
|
||||
pollInterval: 5000,
|
||||
errorPolicy: 'ignore', // this is to get around some backend issues and should be removed in future
|
||||
});
|
||||
|
||||
const proposals = React.useMemo(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user