Inscription: Fix redirect home from breadcrump - refs BT#21039

pull/4906/head
christian 2 years ago
parent a20b5f4006
commit bc58d78bad
  1. 6
      assets/vue/components/Breadcrumb.vue

@ -38,7 +38,9 @@ const resourceNode = computed(() => store.getters["resourcenode/getResourceNode"
const home = {
icon: "pi pi-home",
to: "/",
command: () => {
window.location.href = '/';
},
}
const foo = computed(() => {
@ -139,4 +141,4 @@ const foo = computed(() => {
return items
})
</script>
</script>

Loading…
Cancel
Save