🗑️ Remove unnecessary closing brace from onFileChange function
This commit is contained in:
@@ -528,7 +528,6 @@ function onFileChange() {
|
||||
jsonPaths.value = [];
|
||||
// File loading is handled by the watch() on selectedFile
|
||||
}
|
||||
}
|
||||
|
||||
const onSearchInput = debounce(async () => {
|
||||
if (!searchQuery.value.trim()) {
|
||||
|
||||
Reference in New Issue
Block a user