Skip to content

Commit

Permalink
Merge pull request #36 from SmartReports/dev
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
matteotolloso authored Nov 13, 2023
2 parents 7ca8716 + fb2abf9 commit 5d481d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartreport_app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class AlarmViewSet(viewsets.ModelViewSet):
class DashboardLayoutViewSet(viewsets.ModelViewSet):
queryset = DashboardLayout.objects.all()
serializer_class = DashboardLayoutSerializer
filterset_fields = ["user_type"]
filterset_fields = ["user_type", "display"]

class KpiDataViewSet(viewsets.GenericViewSet):
def __init__(self, **kwargs: Any) -> None:
Expand Down

0 comments on commit 5d481d8

Please sign in to comment.