mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 07:00:23 +00:00
[Refactor] improve type safety in dialog service (#2283)
This commit is contained in:
@@ -942,7 +942,7 @@ export class ComfyApp {
|
||||
|
||||
api.addEventListener('execution_error', ({ detail }) => {
|
||||
this.lastExecutionError = detail
|
||||
useDialogService().showExecutionErrorDialog(detail)
|
||||
useDialogService().showExecutionErrorDialog({ error: detail })
|
||||
this.canvas.draw(true, true)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user