mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-28 12:03:53 +02:00
change enum
This commit is contained in:
parent
c4a27489cc
commit
d0f0d56620
2 changed files with 3 additions and 4 deletions
|
@ -457,7 +457,7 @@ class MemberExport(BaseExport):
|
|||
user=OuterRef("user"),
|
||||
)
|
||||
),
|
||||
then=Value(DefaultEmail.HELP_EMAIL.value),
|
||||
then=Value(DefaultUserValues.HELP_EMAIL.value),
|
||||
),
|
||||
default=F("user__email"),
|
||||
output_field=CharField(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue