fix: removed attr is_shown_on_dashboard

This commit is contained in:
2025-10-27 17:32:02 +04:00
parent 759a8d6478
commit c1196497d4
3 changed files with 0 additions and 16 deletions

View File

@ -48,8 +48,6 @@ class AttributeService(
default_value=attr.default_value,
description=attr.description,
is_applicable_to_group=attr.is_applicable_to_group,
is_shown_on_dashboard=attr.is_shown_on_dashboard,
is_highlight_if_expired=attr.is_highlight_if_expired,
is_nullable=attr.is_nullable,
)
attributes.append(attribute)