mirror of
https://github.com/MODSetter/SurfSense
synced 2026-06-21 13:44:09 +00:00
b7b4443276
Fixes #1369 — log create/update/delete mutations did not invalidate the query keys that useLogs actually subscribes to, causing UI staleness. Replace narrow invalidations (list, summary) with prefix-level invalidation (["logs"]) to cover withQueryParams, list, summary and detail in one shot.