Skip to content

Commit

Permalink
Merge 8184636 into 7b5da66
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed May 19, 2021
2 parents 7b5da66 + 8184636 commit f95a66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bothub/api/v2/repository/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ class Meta:
uuid = serializers.UUIDField(style={"show": False}, read_only=True)
slug = serializers.SlugField(style={"show": False}, read_only=True)
repository_type = serializers.ChoiceField(
style={"show": False, "only_settings": True},
style={"show": False, "only_settings": False},
choices=Repository.TYPE_CHOICES,
default=Repository.TYPE_CLASSIFIER,
label=_("Repository Type"),
Expand Down

0 comments on commit f95a66b

Please sign in to comment.