remove react-query tab sharing cache

This commit is contained in:
Igor Loskutov
2025-09-03 12:47:35 -04:00
parent 6a793edfb5
commit 4f66f14761
3 changed files with 1 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ export function useTranscriptsSearch(
},
},
{
enabled: true, // anonymous enabled
enabled: true,
},
);
}