Skip to content

Commit

Permalink
Fix create Tag album callback not triggering (#2743)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria authored Nov 26, 2024
1 parent 701c785 commit f5cbd55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function useContextMenuAlbumsAdd(callbacks: Callbacks, dropbox_api_key: R
{
label: "lychee.NEW_TAG_ALBUM",
icon: "pi pi-tags",
callback: () => callbacks.toggleCreateTagAlbum,
callback: callbacks.toggleCreateTagAlbum,
},
].filter((item) => item.if === undefined || item.if !== false),
);
Expand Down

0 comments on commit f5cbd55

Please sign in to comment.