diff --git a/frontend/src/views/SftpView.vue b/frontend/src/views/SftpView.vue index 0211ce1..43c5e0e 100644 --- a/frontend/src/views/SftpView.vue +++ b/frontend/src/views/SftpView.vue @@ -193,6 +193,7 @@ function initPath() { function loadPath() { loading.value = true error.value = '' + searchQuery.value = '' sftpApi .listFiles(connectionId.value, currentPath.value) .then((res) => {