Commit 7809b717 authored by John Red Medrano's avatar John Red Medrano

fixed issue on rms dashboard max_display, user and department count

parent b676eb49
......@@ -136,6 +136,7 @@ class RMSDashBoardViewSet(APIView):
"recent_companies": arr_company,
"recent_users": recently_users[:10]
}
return Response(data)
data = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment