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 { export default {
props: [ props: [
'button', 'button',
'status',
'extra', 'extra',
'status', 'status',
'funcArg', 'funcArg',

View file

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