Skip to content

Commit

Permalink
feat(static): cards without sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Jan 18, 2025
1 parent c2e4f3a commit 8a69695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches_orm/resource_api/datatypes/resource_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class StaticCardsXNodesXWidgets(BaseModel):
id: UUID
label: StaticTranslatableString
node_id: UUID
sortorder: int
sortorder: int | None
visible: bool
widget_id: UUID

Expand Down

0 comments on commit 8a69695

Please sign in to comment.