mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-12-08 20:29:05 +00:00
chore(web): update eslint and prettier packages (#2437)
Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
|
||||
{#if isShowAddMenu}
|
||||
<ContextMenu {...contextMenuPosition} on:clickoutside={() => (isShowAddMenu = false)}>
|
||||
<div class="flex flex-col rounded-lg ">
|
||||
<div class="flex flex-col rounded-lg">
|
||||
<MenuOption
|
||||
on:click={toggleFavorite}
|
||||
text={isAllFavorite ? 'Remove from favorites' : 'Add to favorites'}
|
||||
|
||||
Reference in New Issue
Block a user