mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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