diff --git a/src/GroupList.php b/src/GroupList.php index e988a11395..7cbf434c37 100644 --- a/src/GroupList.php +++ b/src/GroupList.php @@ -52,18 +52,7 @@ - - window.groupSelect = tf.value; - } -}); - -

- +

diff --git a/src/v2/routes/root.php b/src/v2/routes/root.php index 788ffa9f42..b9797d523a 100644 --- a/src/v2/routes/root.php +++ b/src/v2/routes/root.php @@ -41,7 +41,6 @@ function viewDashboard(Request $request, Response $response, array $args): Respo ->count(); $dashboardCounts['Groups'] = GroupQuery::create() - ->filterByType(4, Criteria::NOT_EQUAL) ->count(); $dashboardCounts['events'] = EventAttendQuery::create()