fix(core): add missing attribute view_description to note viewset

ref: #518
This commit is contained in:
2025-02-06 19:21:18 +09:30
parent f910503f3c
commit a32713f6b7

View File

@ -59,6 +59,8 @@ class ViewSet(ModelViewSet):
model = Notes
view_description = 'Model notes'
def get_serializer_class(self):