Skip to content

Commit

Permalink
Remove param check
Browse files Browse the repository at this point in the history
  • Loading branch information
ikas-mc committed Sep 16, 2023
1 parent dd7d292 commit 57fbd36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static (bool, string) Check(MenuItem content)

if (string.IsNullOrEmpty(content.Param))
{
return (false, nameof(content.Param));
// return (false, nameof(content.Param));
}

return (true, string.Empty);
Expand Down

0 comments on commit 57fbd36

Please sign in to comment.