mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-12 00:20:15 +00:00
Remove life on default error handler toast (#2091)
This commit is contained in:
@@ -129,8 +129,7 @@ describe('TreeExplorerTreeNode', () => {
|
||||
expect(addToastSpy).toHaveBeenCalledWith({
|
||||
severity: 'error',
|
||||
summary: 'Error',
|
||||
detail: 'Rename failed',
|
||||
life: 3000
|
||||
detail: 'Rename failed'
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user