Skip to content

Commit

Permalink
Merge pull request #2889 from sbwalker/dev
Browse files Browse the repository at this point in the history
fix regression issue from #2852
  • Loading branch information
sbwalker committed Jun 13, 2023
2 parents 2529592 + dd2c2db commit d2eb203
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Oqtane.Client/UI/SiteRouter.razor
Original file line number Diff line number Diff line change
Expand Up @@ -397,10 +397,6 @@
typename = module.ModuleDefinition.ControlTypeTemplate;

// handle default action
if (moduleid != module.ModuleId)
{
action = Constants.DefaultAction;
}
if (action == Constants.DefaultAction && !string.IsNullOrEmpty(module.ModuleDefinition.DefaultAction))
{
action = module.ModuleDefinition.DefaultAction;
Expand Down

0 comments on commit d2eb203

Please sign in to comment.