mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00
FIX: don’t break browser history on dashboard visit (#6186)
This commit is contained in:
@ -11,6 +11,9 @@ class Admin::DashboardNextController < Admin::AdminController
|
||||
render json: data
|
||||
end
|
||||
|
||||
def moderation
|
||||
end
|
||||
|
||||
def general
|
||||
data = AdminDashboardNextGeneralData.fetch_cached_stats
|
||||
|
||||
|
Reference in New Issue
Block a user