From 0f9a2ae2ef2607499f5164208d742ae2ca8f8a40 Mon Sep 17 00:00:00 2001 From: Agate Date: Wed, 6 May 2020 00:42:47 +0200 Subject: [PATCH] Fix #1091: page not refreshing when switching between My Library and Explore sections --- changes/changelog.d/1091.bugfix | 1 + front/src/components/library/Library.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/changelog.d/1091.bugfix diff --git a/changes/changelog.d/1091.bugfix b/changes/changelog.d/1091.bugfix new file mode 100644 index 000000000..d51cd00df --- /dev/null +++ b/changes/changelog.d/1091.bugfix @@ -0,0 +1 @@ +Fixed page not refreshing when switching between My Library and Explore sections (#1091) diff --git a/front/src/components/library/Library.vue b/front/src/components/library/Library.vue index 2b22a4ca6..c9b162be0 100644 --- a/front/src/components/library/Library.vue +++ b/front/src/components/library/Library.vue @@ -1,6 +1,6 @@