mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-25 01:04:06 +00:00
Add more Zod types to api.ts (#440)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user