fix: fixed attribute creating

This commit is contained in:
2025-11-01 23:18:11 +04:00
parent 80a74ac8e6
commit 2700538945

View File

@ -24,7 +24,7 @@ class CreateAttributeSchema(BaseSchema):
default_value: Optional[Any]
description: str
type_id: int
select_id: Optional[int]
select_id: Optional[int] = None
class AttributeSchema(CreateAttributeSchema):