Skip to content

Commit

Permalink
fix dev leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehamster87 committed Aug 22, 2024
1 parent d629a58 commit 708eaf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions sample.txt

This file was deleted.

2 changes: 1 addition & 1 deletion web/frontend/src/job/Metric.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
client: client,
query: subQuery,
variables: { dbid, selectedMetrics, selectedScopes, selectedResolution },
requestPolicy:"network-only"
// requestPolicy:"network-only"
});
if ($metricData && !$metricData.fetching) {
Expand Down

0 comments on commit 708eaf4

Please sign in to comment.