mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:39:53 +01:00
Fix notifications pagination not working
This commit is contained in:
parent
fe922d7aa2
commit
62b53d8740
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue