diff --git a/Areas/Sudin/Views/Dashboard/Index.cshtml b/Areas/Sudin/Views/Dashboard/Index.cshtml index a5e84b7..8a201b4 100644 --- a/Areas/Sudin/Views/Dashboard/Index.cshtml +++ b/Areas/Sudin/Views/Dashboard/Index.cshtml @@ -1,7 +1,5 @@ @{ ViewData["Title"] = "Dashboard"; - ViewData["Role"] = "sudin"; - ViewData["DashboardActive"] = "menu-active"; }