diff --git a/src/registrar/models/utility/orm_helper.py b/src/registrar/models/utility/orm_helper.py index 4f4665216..63ff41d28 100644 --- a/src/registrar/models/utility/orm_helper.py +++ b/src/registrar/models/utility/orm_helper.py @@ -1,7 +1,7 @@ from django.db.models.expressions import Func -class ArrayRemove(Func): +class ArrayRemoveNull(Func): """Custom Func to use array_remove to remove null values""" function = "array_remove" diff --git a/src/registrar/templates/includes/members_table.html b/src/registrar/templates/includes/members_table.html index 09cebda2e..c0c6d803c 100644 --- a/src/registrar/templates/includes/members_table.html +++ b/src/registrar/templates/includes/members_table.html @@ -8,7 +8,7 @@
-