Skip to content

Commit

Permalink
Revert "Remove redirect to index after update. (#15679)" (#15925)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed May 2, 2024
1 parent 5b782ce commit ddd67d3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ public async Task<IActionResult> IndexPost(string groupId)
{
await _notifier.SuccessAsync(H["Site settings updated successfully."]);
}

return RedirectToAction(nameof(Index), new { groupId });
}

return View(viewModel);
Expand Down

0 comments on commit ddd67d3

Please sign in to comment.