mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
fix(web): "select all" button in trash and permanently deleted count (#23594)
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
</HStack>
|
||||
{/snippet}
|
||||
|
||||
<Timeline enableRouting={true} {options} {assetInteraction} onEscape={handleEscape}>
|
||||
<Timeline enableRouting={true} bind:timelineManager {options} {assetInteraction} onEscape={handleEscape}>
|
||||
<p class="font-medium text-gray-500/60 dark:text-gray-300/60 p-4">
|
||||
{$t('trashed_items_will_be_permanently_deleted_after', { values: { days: $serverConfig.trashDays } })}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user