diff --git a/runtime/datamate-python/app/module/annotation/service/editor.py b/runtime/datamate-python/app/module/annotation/service/editor.py index a3aa466..8457d3b 100644 --- a/runtime/datamate-python/app/module/annotation/service/editor.py +++ b/runtime/datamate-python/app/module/annotation/service/editor.py @@ -166,8 +166,6 @@ class AnnotationEditorService: label_config = project.configuration.get("label_config") if not label_config: label_config = await self._get_label_config(project.template_id) - if label_config: - label_config = self._decorate_label_config_for_editor(label_config) return label_config @staticmethod