this fix things?
This commit is contained in:
parent
505a59091c
commit
a3566fe555
1 changed files with 2 additions and 2 deletions
|
@ -84,10 +84,10 @@ class LabelSettingsSchema(TitledSchema, DjangoModelSchema):
|
|||
Settings preset for how and when to display a label. Reusable between objects.
|
||||
The title describes the title of this preset, not the displayed label.
|
||||
"""
|
||||
min_zoom: float = APIField(
|
||||
min_zoom: Optional[float] = APIField(
|
||||
title="min zoom",
|
||||
)
|
||||
max_zoom: float = APIField(
|
||||
max_zoom: Optional[float] = APIField(
|
||||
title="max zoom",
|
||||
)
|
||||
font_size: PositiveInt = APIField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue