refactor: remove default filter state from SecretDashboardPage to streamline filter management

This commit is contained in:
Victor Santos
2025-11-05 12:19:16 -03:00
parent 10aace268e
commit 46a4152c07

View File

@@ -597,7 +597,6 @@ const Page = () => {
setFilter((prev) => ({
...prev,
...defaultFilterState,
searchFilter: (routerQueryParams.search as string) ?? "",
tags: updatedTags,
include: includeFilter