fix: removed attr is_shown_on_dashboard
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user