mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-27 10:37:31 +08:00
fix: copy & paste issues
https://github.com/ltdrdata/ComfyUI-Manager/issues/615 https://github.com/ltdrdata/ComfyUI-Manager/issues/616
This commit is contained in:
@@ -481,10 +481,6 @@ export class OpenArtShareDialog extends ComfyDialog {
|
||||
if (this.uploadImagesInput.files.length === 0) {
|
||||
throw new Error("No thumbnail uploaded");
|
||||
}
|
||||
|
||||
if (this.uploadImagesInput.files.length === 0) {
|
||||
throw new Error("No thumbnail uploaded");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user