fix(parameterComponent): add readonly prop to CodeAreaComponent and PromptAreaComponent based on dynamic property in template
fix(GenericNode): remove console.log statement fix(codeAreaComponent): add readonly prop to CodeAreaModal fix(codeTabsComponent): add readonly prop to CodeAreaComponent and PromptAreaComponent fix(promptComponent): add readonly prop to GenericModal fix(EditNodeModal): add readonly prop to CodeAreaComponent fix(codeAreaModal): add readonly prop to AceEditor in CodeAreaModal fix(genericModal): add readonly prop to Textarea in GenericModal fix(reactflowUtils): remove unnecessary code in updateGroupNodeTemplate function
This commit is contained in:
parent
a273aab2cc
commit
be1ee757a4
11 changed files with 23 additions and 7 deletions
|
|
@ -43,6 +43,7 @@ class PromptFrontendNode(FrontendNode):
|
|||
|
||||
# All prompt fields should be password=False
|
||||
field.password = False
|
||||
field.dynamic = True
|
||||
|
||||
|
||||
class PromptTemplateNode(FrontendNode):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue