fixed api key fields

This commit is contained in:
Gabriel Almeida 2023-04-29 19:27:38 -03:00
commit 17c58fd70d

View file

@ -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