Fixed custom node field on PromptTemplate not saving

This commit is contained in:
Lucas Oliveira 2023-09-27 23:16:22 -03:00
commit 242d7cdd72

View file

@ -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: "",