fix: reset persistence state on open change

This commit is contained in:
codytseng
2025-08-23 22:48:29 +08:00
parent 881d603168
commit a9caf9d5ad

View File

@@ -41,6 +41,7 @@ export default function KindFilter({
useEffect(() => {
setTemporaryShowKinds(showKinds)
setIsPersistent(false)
}, [open])
const handleApply = () => {