🐛 fix invalid enabled flag

unrelated to the original PR, sorry
This commit is contained in:
Ondřej Samohel 2024-05-02 11:25:42 +02:00
parent f943cb98e8
commit 5643cbb9ca
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -243,7 +243,7 @@ class ValidatePluginPathAttributesModel(BaseSettingsModel):
and the node attribute is <b>abc_file</b>
"""
enabled: bool = True
enabled: bool = SettingsField(title="Enabled")
optional: bool = SettingsField(title="Optional")
active: bool = SettingsField(title="Active")
attribute: list[ValidatePluginPathAttributesAttrModel] = SettingsField(