Fixed custom node field on PromptTemplate not saving
This commit is contained in:
parent
0fc7e2ee47
commit
242d7cdd72
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ export const URL_EXCLUDED_FROM_ERROR_RETRIES = [
|
|||
"http://localhost:7860/login",
|
||||
];
|
||||
|
||||
export const skipNodeUpdate = ["CustomComponent"];
|
||||
export const skipNodeUpdate = ["CustomComponent", "PromptTemplate"];
|
||||
|
||||
export const CONTROL_INPUT_STATE = {
|
||||
password: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue