Merge dev-test #123

Merged
jsegarra merged 38 commits from dev into test 2023-12-07 08:44:39 +00:00
1 changed files with 0 additions and 6 deletions
Showing only changes of commit b98f982495 - Show all commits

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>