Skip to content

Commit 526a860

Browse files
committed
disable DiskUsage if info page is accessed directly
1 parent f83159e commit 526a860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WolfLeash/Components/Pages/Info.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@page "/Info"
22
<h1>Overview</h1>
33

4-
<DiskUsage />
4+
@*<DiskUsage />*@
55

66
@code {
77

0 commit comments

Comments
 (0)