Skip to content

Commit

Permalink
Remove redirect to index after update. (#15679)
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Lipin authored Apr 8, 2024
1 parent c3e5393 commit df24a76
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ 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 df24a76

Please sign in to comment.