fixed api key fields
This commit is contained in:
parent
2097c7cf4d
commit
17c58fd70d
1 changed files with 1 additions and 0 deletions
|
|
@ -238,3 +238,4 @@ class FrontendNode(BaseModel):
|
|||
# other conditions are to make sure that it is not an input or output variable
|
||||
if "api" in key.lower() and "key" in key.lower():
|
||||
field.required = False
|
||||
field.advanced = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue