fix(settings): Add missing attribute view_description to user settings viewset

ref: #518
This commit is contained in:
2025-02-06 21:09:44 +09:30
parent d8fae15995
commit 745e1f6a66

View File

@ -67,6 +67,8 @@ class ViewSet(ModelRetrieveUpdateViewSet):
# 'software',
# ]
view_description = 'Your Settings'
def get_serializer_class(self):