Skip to content

Commit

Permalink
fix argument
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Nieterau <[email protected]>
  • Loading branch information
MustafaJafar and BigRoy authored Nov 19, 2024
1 parent 9bb792e commit 51a20d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CreateReviewModel(BaseSettingsModel):
default_factory=list,
)
node_type: str = SettingsField(
Title="Default Node Type",
title="Default Node Type",
enum_resolver=review_node_types_enum,
)

Expand Down

0 comments on commit 51a20d4

Please sign in to comment.