Skip to content

Commit

Permalink
feat: seperate user config
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirazad committed Jun 19, 2024
1 parent 10c639f commit cad5157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/paperless/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function DocumentsPage() {
const query = searchParams.get("query");

const QueryResult = useQuery({
queryKey: ["key", query],
queryKey: ["key", query],
queryFn: async () => {
const response = await fetch("/api/paperless?query=" + query);
Expand Down

0 comments on commit cad5157

Please sign in to comment.