We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d14a49 commit 9245b9dCopy full SHA for 9245b9d
fixcore/fixcore/core_config.py
@@ -669,7 +669,7 @@ class EditableConfig(ConfigObject):
669
670
def config_model() -> List[Json]:
671
config_classes = {EditableConfig, CustomCommandsConfig}
672
- return dataclasses_to_fixcore_model(config_classes, use_optional_as_required=True)
+ return dataclasses_to_fixcore_model(config_classes)
673
674
675
# Define rules to validate this config
0 commit comments