Fix notifications pagination not working

This commit is contained in:
Andreas Nedbal 2022-09-08 23:30:21 +02:00 committed by Andreas Nedbal
parent fe922d7aa2
commit 62b53d8740

View file

@ -19,7 +19,7 @@ class NotificationsController < ApplicationController
respond_to do |format|
format.html
format.turbo_stream
format.turbo_stream { render layout: false, status: :see_other }
end
end