We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613a29c commit 443e91dCopy full SHA for 443e91d
custom/VisionAction.vue
@@ -860,7 +860,7 @@ async function getGenerationPrompts() {
860
}
861
calculatedGenerationPrompts.generateImages = imageFields;
862
863
- if (savedPrompts) {
+ if (savedPrompts && props.meta.askConfirmationBeforeGenerating) {
864
865
generationPrompts.value = checkAndAddNewFieldsToPrompts(JSON.parse(savedPrompts), calculatedGenerationPrompts);
866
0 commit comments