fix: rename URL error element ID to 'importUrlError' for consistency across components

This commit is contained in:
Will Miao
2025-07-29 16:13:27 +08:00
parent 854ca322c1
commit a5808193a6
6 changed files with 12 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ export class ImageProcessor {
async handleUrlInput() {
const urlInput = document.getElementById('imageUrlInput');
const errorElement = document.getElementById('urlError');
const errorElement = document.getElementById('importUrlError');
const input = urlInput.value.trim();
// Validate input