fix bookmarks folders

This commit is contained in:
Henry Jameson 2025-01-14 09:59:03 +02:00
commit bd99d3e9d5
2 changed files with 2 additions and 1 deletions

View file

@ -77,7 +77,7 @@
/>
</template>
<template #content>
<StatusBookmarkFolderMenu v-if="button.name === 'bookmark'" :status="$attrs.status" />
<StatusBookmarkFolderMenu v-if="button.name === 'bookmark'" :status="status" />
</template>
</Popover>
</div>