Skip to content

Commit

Permalink
Merge branch '06-18-feat_fill_in_current_preferences_to_the_settings_…
Browse files Browse the repository at this point in the history
…form' of github.com:aamirazad/homelab-connector into 06-18-feat_fill_in_current_preferences_to_the_settings_form
  • Loading branch information
aamirazad committed Jun 19, 2024
2 parents cad5157 + 39d9002 commit ccd15be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/paperless/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ 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 ccd15be

Please sign in to comment.