diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue
index cbb1566e8..b3512b814 100644
--- a/front/src/ui/components/Sidebar.vue
+++ b/front/src/ui/components/Sidebar.vue
@@ -27,6 +27,7 @@ Sidebar on slim screen
const isCollapsed = ref(false)
const route = useRoute()
+
watch(() => route.path, () => ( isCollapsed.value = true ))
const { openShortcutsModal } = defineProps<{ openShortcutsModal: ()=> void }>()
@@ -90,7 +91,7 @@ const uploads = useUploadsStore()
-
+