🗑️ Remove unnecessary closing brace from onFileChange function

This commit is contained in:
2026-01-28 20:07:18 +00:00
parent 2e94360a38
commit f41f83ee2a

View File

@@ -528,7 +528,6 @@ function onFileChange() {
jsonPaths.value = []; jsonPaths.value = [];
// File loading is handled by the watch() on selectedFile // File loading is handled by the watch() on selectedFile
} }
}
const onSearchInput = debounce(async () => { const onSearchInput = debounce(async () => {
if (!searchQuery.value.trim()) { if (!searchQuery.value.trim()) {