Skip to content

Commit

Permalink
Merge pull request #59 from neozhu/errorboundary
Browse files Browse the repository at this point in the history
✨ remove ErrorBoundary in page
  • Loading branch information
neozhu authored Sep 21, 2023
2 parents ab67425 + 02c6950 commit 364b963
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/Templates/Pages/.razor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
}
</style>

<ErrorBoundary>
<ChildContent>
<MudDataGrid ServerData="@(ServerReload)"
<MudDataGrid ServerData="@(ServerReload)"
FixedHeader="true"
FixedFooter="true"
Virtualize="true"
Expand Down Expand Up @@ -195,12 +193,8 @@
<PagerContent>
<MudDataGridPager PageSizeOptions="@(new int[]{10,15,30,50,100,500,1000})" />
</PagerContent>
</MudDataGrid>
</ChildContent>
<ErrorContent>
<CustomError Exception="context"></CustomError>
</ErrorContent>
</ErrorBoundary>
</MudDataGrid>



@code {
Expand Down

0 comments on commit 364b963

Please sign in to comment.