Skip to content

Commit

Permalink
fix(settings): App settings serializer fielad name does not exist
Browse files Browse the repository at this point in the history
ref: #605 #642
  • Loading branch information
jon-nfc committed Feb 20, 2025
1 parent df2120a commit cecad1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/settings/serializers/app_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ class Meta:
fields = [
'id',
'display_name',
'name',
# 'name',
'url',
]

read_only_fields = [
'id',
'display_name',
'name',
# 'name',
'url',
]

Expand Down

0 comments on commit cecad1c

Please sign in to comment.