refs #6153 test - master #86

Merged
jgallego merged 98 commits from test into master 2023-08-29 07:48:24 +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>