Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Jul 17, 2024
1 parent 9abbc48 commit 9de9e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-app-files/src/views/shares/SharedWithMe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default defineComponent({
const { getMatchingSpace } = useGetMatchingSpace()
const displayThumbnails = computed(() => configStore.options.disablePreviews)
const displayThumbnails = computed(() => !configStore.options.disablePreviews)
const selectedShareSpace = computed(() => {
if (unref(selectedResources).length !== 1) {
Expand Down

0 comments on commit 9de9e1d

Please sign in to comment.