refactor: refs #8004 remove unused travelFilterRef and chip definition in TravelList.vue
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Pablo Natek 2024-12-19 10:35:04 +01:00
parent e704a4214c
commit 648b1269ee
1 changed files with 0 additions and 5 deletions

View File

@ -25,8 +25,6 @@ const $props = defineProps({
});
const entityId = computed(() => $props.id || route.params.id);
const travelFilterRef = ref();
const cloneTravel = (travelData) => {
const stringifiedTravelData = JSON.stringify(travelData);
redirectToCreateView(stringifiedTravelData);
@ -53,9 +51,6 @@ const columns = computed(() => [
condition: () => true,
},
isId: true,
chip: {
condition: () => true,
},
},
{
align: 'left',