Skip to content

Commit

Permalink
fix-advanced-toggle-default
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi1992002 committed Nov 27, 2024
1 parent effd1e3 commit df65229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt_platform/backend/backend/data/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def SchemaField(
title: Optional[str] = None,
description: Optional[str] = None,
placeholder: Optional[str] = None,
advanced: Optional[bool] = None,
advanced: Optional[bool] = False,
secret: bool = False,
exclude: bool = False,
hidden: Optional[bool] = None,
Expand Down

0 comments on commit df65229

Please sign in to comment.