summaryrefslogtreecommitdiff
path: root/app/serializers/label_serializer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/serializers/label_serializer.rb')
-rw-r--r--app/serializers/label_serializer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/serializers/label_serializer.rb b/app/serializers/label_serializer.rb
index e1b858a0f2d..ad6ba8c46c9 100644
--- a/app/serializers/label_serializer.rb
+++ b/app/serializers/label_serializer.rb
@@ -2,6 +2,6 @@ class LabelSerializer < BaseSerializer
entity LabelEntity
def represent_appearance(resource)
- represent(resource, { only: [:id, :title, :color] })
+ represent(resource, { only: [:id, :title, :color, :text_color] })
end
end