8004-liliumStyleRemake #1106

Merged
pablone merged 27 commits from 8004-liliumStyleRemake into dev 2024-12-19 09:42:17 +00:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit 648b1269ee - Show all commits

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',