From a9caf9d5adc004868507c52c63fe1cdbddea9f5d Mon Sep 17 00:00:00 2001 From: codytseng Date: Sat, 23 Aug 2025 22:48:29 +0800 Subject: [PATCH] fix: reset persistence state on open change --- src/components/KindFilter/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/KindFilter/index.tsx b/src/components/KindFilter/index.tsx index 56744439..e0a81fc1 100644 --- a/src/components/KindFilter/index.tsx +++ b/src/components/KindFilter/index.tsx @@ -41,6 +41,7 @@ export default function KindFilter({ useEffect(() => { setTemporaryShowKinds(showKinds) + setIsPersistent(false) }, [open]) const handleApply = () => {