refs #6157 remove salixUrl

This commit is contained in:
Carlos Satorres 2023-11-07 12:50:54 +01:00
parent 35eae2f9a5
commit b98f982495
1 changed files with 0 additions and 6 deletions

View File

@ -22,11 +22,6 @@ const $props = defineProps({
const entityId = computed(() => {
return $props.id || route.params.id;
});
let salixUrl;
onMounted(async () => {
salixUrl = await getUrl(`claim/${entityId.value}`);
});
</script>
<template>
<Teleport to="#searchbar" v-if="stateStore.isHeaderMounted()">
@ -42,7 +37,6 @@ onMounted(async () => {
<ClaimDescriptor />
<QSeparator />
<LeftMenu source="card" />
<QSeparator />
</QScrollArea>
</QDrawer>
<QPageContainer>