diff --git a/src/applications/typeahead/controller/PhabricatorTypeaheadModularDatasourceController.php b/src/applications/typeahead/controller/PhabricatorTypeaheadModularDatasourceController.php index 28531a2d04..542d9d336b 100644 --- a/src/applications/typeahead/controller/PhabricatorTypeaheadModularDatasourceController.php +++ b/src/applications/typeahead/controller/PhabricatorTypeaheadModularDatasourceController.php @@ -238,6 +238,7 @@ final class PhabricatorTypeaheadModularDatasourceController } $content = mpull($results, 'getWireFormat'); + $content = array_values($content); if ($request->isAjax()) { return id(new AphrontAjaxResponse())->setContent($content);