Skip to content

Commit

Permalink
return back forceNew default state
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexEbenrode committed Oct 11, 2024
1 parent 36965bf commit e4c5bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/VNotionView/VNotionView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
const route = useRoute();
const loadedWithNewRoute = ref(false);
withDefaults(defineProps<VNotionView>(), { forceNew: true });
withDefaults(defineProps<VNotionView>(), { forceNew: false });
watch(
() => route.params.id,
Expand Down

0 comments on commit e4c5bd8

Please sign in to comment.