feat: printing attributes in cards on dashboard
This commit is contained in:
@@ -20,6 +20,7 @@ class BaseAttributeSchema(BaseSchema):
|
||||
label: str
|
||||
name: str
|
||||
is_applicable_to_group: bool
|
||||
is_shown_on_dashboard: bool
|
||||
is_nullable: bool
|
||||
default_value: Optional[bool | int | float | str | date | datetime]
|
||||
type_id: int
|
||||
|
||||
Reference in New Issue
Block a user