remove unused variables.

This commit is contained in:
Ben 2024-03-21 08:39:55 +08:00
parent fb3a27c02f
commit 18efb098f9

View File

@ -30,7 +30,6 @@
private bool _navigationInterceptionEnabled;
private PageState _pagestate;
private string _error = "";
private bool _pageChanged;
[Parameter]
public string RenderMode { get; set; }