Skip to content

Commit

Permalink
set selected field as not required
Browse files Browse the repository at this point in the history
  • Loading branch information
danangmassandy committed Jun 12, 2024
1 parent 651e597 commit fded74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_project/cplus_api/serializers/scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class Meta:


class PriorityLayerSerializer(BaseLayerSerializer):
selected = serializers.BooleanField()
selected = serializers.BooleanField(required=False)
groups = GroupSerializer(many=True)

class Meta:
Expand Down

0 comments on commit fded74e

Please sign in to comment.