6157-actionClaim #106

Merged
carlossa merged 22 commits from 6157-actionClaim into dev 2023-11-24 07:46:30 +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(() => {
carlossa marked this conversation as resolved
Review

esto no se usa, no?

esto no se usa, no?
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>