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 Apr 30, 2024
1 parent 1d4589b commit 7e25b3e
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 7e25b3e

Please sign in to comment.