diff --git a/MP-TAB3/Components/CmpTop.razor.cs b/MP-TAB3/Components/CmpTop.razor.cs index f5f6ae6a..fd000fd7 100644 --- a/MP-TAB3/Components/CmpTop.razor.cs +++ b/MP-TAB3/Components/CmpTop.razor.cs @@ -132,9 +132,8 @@ namespace MP_TAB3.Components await Task.Delay(1); if (!NavMan.Uri.Contains("reg-new-device")) { - await MsgServ.IdxMaccSet(""); - NavMan.NavigateTo("status-map"); + NavMan.NavigateTo("status-map", true); } }