diff --git a/dashboard/src/views/AppstoreView.vue b/dashboard/src/views/AppstoreView.vue index 8fc0a6b46..623eba577 100644 --- a/dashboard/src/views/AppstoreView.vue +++ b/dashboard/src/views/AppstoreView.vue @@ -108,9 +108,6 @@ const categories = [ async function onAppInstallDialogClose() { window.location.href = '#/appstore'; - - await nextTick(); - if (searchInput.value) searchInput.value.$el.focus(); } function onInstall(app) {