Merge pull request #104 from fileman/MenuRefresh

Refresh menu
This commit is contained in:
Shaun Walker
2019-09-30 09:54:16 -04:00
committed by GitHub

View File

@ -10,7 +10,7 @@
@code {
string menu = "";
protected override void OnInitialized()
protected override void OnParametersSet()
{
int level = -1;
int securitylevel = int.MaxValue;