mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-12 00:20:15 +00:00
[TS] Enable noUnusedParameters (#3110)
This commit is contained in:
@@ -45,7 +45,7 @@ const props = withDefaults(
|
||||
)
|
||||
|
||||
const imageBroken = ref(false)
|
||||
const handleImageError = (e: Event) => {
|
||||
const handleImageError = () => {
|
||||
imageBroken.value = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user