From 5af67d159f8f9f206b0a5a69cd2bcd7996de6c67 Mon Sep 17 00:00:00 2001 From: Jacob Watson Date: Sun, 2 Jun 2024 22:11:45 +1000 Subject: [PATCH] fix(web): disable bulk action buttons while items selected (#9938) 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 21616b441b..cf5edaae34 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