8440-createVehicleNotes #1638

Merged
jtubau merged 32 commits from 8440-createVehicleNotes into dev 2025-03-31 09:01:36 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ae502d5fac - Show all commits

View File

@ -20,7 +20,7 @@ const emit = defineEmits(['onFetch']);
const originalAttrs = useAttrs();
const $attrs = computed(() => {
const { style, required, deletable, ...rest } = originalAttrs;
const { required, deletable, ...rest } = originalAttrs;
return rest;
});