Skip to content

Commit

Permalink
Keep formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ellinge committed Jan 24, 2023
1 parent 6015616 commit 8cdb276
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,12 @@ public IndexModel(
}

public bool CreateMenuIsVisible { get; set; }

private string EditItemId { get; set; }

[BindProperty] public IList<SelectListItem> SiteHosts { get; set; }

public bool ShowHostsDropDown { get; set; }

public string HostLabel { get; set; }

[BindProperty] public IList<SelectListItem> LanguageBranches { get; set; }

[BindProperty] public SitemapViewModel SitemapViewModel { get; set; }

[BindProperty] public IList<SitemapViewModel> SitemapViewModels { get; set; }

public void OnGet()
Expand Down

0 comments on commit 8cdb276

Please sign in to comment.