Skip to content

Commit

Permalink
Merge branch 'main' into ma/queue-release-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed Apr 30, 2024
2 parents 04087a0 + 7e25b3e commit a2b75a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ public async Task<IActionResult> IndexPost(string groupId)
{
await _notifier.SuccessAsync(H["Site settings updated successfully."]);
}

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

0 comments on commit a2b75a5

Please sign in to comment.