fix bookmarks folders

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

View file

@ -51,6 +51,7 @@ library.add(
export default {
props: [
'button',
'status',
'extra',
'status',
'funcArg',

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>