5986-redisgnDescriptors #73

Merged
jorgep merged 12 commits from 5986-redisgnDescriptors into dev 2023-08-09 12:59:36 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 3817328661 - Show all commits

View File

@ -66,7 +66,6 @@ function stateColor(code) {
}
const data = ref(useCardDescription());
const setData = (entity) => {
console.log(entity);
data.value = useCardDescription(entity.client.name, entity.id);
};
</script>