From 7be90a915f82f09c9640aeb359e80c810333efa3 Mon Sep 17 00:00:00 2001 From: Jacob Watson Date: Sun, 2 Jun 2024 18:08:16 +1000 Subject: [PATCH] fix(web):disabled bulk action buttons while items selected --- .../trash/[[photos=photos]]/[[assetId=id]]/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/routes/(user)/trash/[[photos=photos]]/[[assetId=id]]/+page.svelte b/web/src/routes/(user)/trash/[[photos=photos]]/[[assetId=id]]/+page.svelte index 21616b441b095..cf5edaae34100 100644 --- a/web/src/routes/(user)/trash/[[photos=photos]]/[[assetId=id]]/+page.svelte +++ b/web/src/routes/(user)/trash/[[photos=photos]]/[[assetId=id]]/+page.svelte @@ -97,13 +97,13 @@ {#if $featureFlags.loaded && $featureFlags.trash}
- +
Restore all
- handleEmptyTrash()}> + handleEmptyTrash()} disabled={$isMultiSelectState}>
Empty trash