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
1 changed files with 1 additions and 1 deletions

View File

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