Skip to content

Refetch post after toggle disable patch

Hannes Heine requested to merge pr738head into pr738base

Created by: Tirokk

mattwr18 Authored by mattwr18 Closed


🍰 Pullrequest

This PR is a patch to get rid of console.errors in our tests and to avoid use of location.reload to reload the entire page, instead it emits an event, which refetches the post, since we are using asyncData for server-side rendering

Merge request reports