diff --git a/webui/src/components/NavBar.vue b/webui/src/components/NavBar.vue index 313934741..be3fc5e07 100644 --- a/webui/src/components/NavBar.vue +++ b/webui/src/components/NavBar.vue @@ -7,7 +7,7 @@ const items = ref([ { label: 'Import Analysis', icon: 'pi pi-file-import', - command: () => window.location.replace(window.location.origin) + command: () => window.location.replace(window.location.origin + '/capa/') // reload the page } ])