Skip to content

Commit

Permalink
PSD-3910 - Add success message after finishing image upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mirotriad committed Jan 30, 2025
1 parent b87b551 commit 47a61f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/controllers/notifications/edit_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ def update
end

return render_wizard
else
flash[:success] = "You have updated the notification!"
return redirect_to notification_path(@notification)
end
end

Expand Down

0 comments on commit 47a61f1

Please sign in to comment.