Skip to content

Commit

Permalink
fix: Don't show data for any series first, the user needs to select w…
Browse files Browse the repository at this point in the history
…hat they want to view
  • Loading branch information
itssimple committed Dec 30, 2024
1 parent 5a24b8f commit 6c33415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CFLookup/Jobs/CacheMCOverTime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static async Task RunAsync(PerformContext context)
Name = series.Key,
Data = series.Value,
TurboThreshold = 100,
Selected = false
Visible = false
});
}

Expand Down

0 comments on commit 6c33415

Please sign in to comment.