Add more Zod types to api.ts (#440)

This commit is contained in:
Björn Söderqvist
2024-08-15 16:45:40 +02:00
committed by GitHub
parent 1ff7a70579
commit 775f536d30
11 changed files with 165 additions and 57 deletions

View File

@@ -2186,7 +2186,7 @@ export class ComfyApp {
if (
this.vueAppReady &&
useSettingStore().get<boolean>('Comfy.Validation.Workflows')
useSettingStore().get('Comfy.Validation.Workflows')
) {
graphData = await validateComfyWorkflow(graphData, /* onError=*/ alert)
if (!graphData) return