Skip to content

Commit

Permalink
Change return type
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjanwestendorp committed Jan 6, 2023
1 parent cde0d07 commit 09e6c43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ protected override ActionResult<MenuItemCollection> GetMenuForNode(string id, Fo
return menu;
}

protected override ActionResult<TreeNode> CreateRootNode(FormCollection queryStrings)
protected override ActionResult<TreeNode?> CreateRootNode(FormCollection queryStrings)
{
var rootResult = base.CreateRootNode(queryStrings);
if (!(rootResult.Result is null))
Expand Down

0 comments on commit 09e6c43

Please sign in to comment.