fix(itim): Add missing attribuite to incident ticket viewset

ref: #518
This commit is contained in:
2025-02-06 21:01:38 +09:30
parent 121ee7b861
commit 68a2ca73cc

View File

@ -81,3 +81,5 @@ class ViewSet(TicketViewSet):
"""
_ticket_type: str = 'Incident'
view_description = 'Incident Tickets'