Skip to content

Commit

Permalink
remove duplicate label from CMT serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Apr 13, 2023
1 parent 994b708 commit f36891b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/serializers/custom_metadata_type_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def get_custom_metadata_attribute(attribute)
"title": attribute.title,
"label": attribute.label,
"description":attribute.description,
"label":attribute.label,
"sample_attribute_type": get_sample_attribute_type(attribute),
"required": attribute.required,
"pos": attribute.pos,
Expand Down

0 comments on commit f36891b

Please sign in to comment.