0
0
Fork 0

refs #5989 list OG

This commit is contained in:
Carlos Satorres 2023-08-02 12:06:33 +02:00
parent 2255aa6a5a
commit af36a5bfdd
1 changed files with 0 additions and 5 deletions

View File

@ -33,10 +33,6 @@ function viewSummary(id) {
},
});
}
function redirect() {
window.location.href = 'https://salix.verdnatura.es/#!/claim/index';
}
</script>
<template>
@ -61,7 +57,6 @@ function redirect() {
{{ t('globals.collapseMenu') }}
</QTooltip>
</QBtn>
<QBtn @click="redirect()" icon="open_in_new" label="Ir a SALIX"></QBtn>
</div>
</Teleport>
</template>