Fix notifications pagination not working
This commit is contained in:
parent
fe922d7aa2
commit
62b53d8740
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue