Skip to content

Commit

Permalink
fix: force reload page on import analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
fariss committed Aug 1, 2024
1 parent b74738a commit 9107819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
])
</script>
Expand Down

0 comments on commit 9107819

Please sign in to comment.