🗑️ Remove unnecessary closing brace from onFileChange function
This commit is contained in:
@@ -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()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user