#7119 add VehicleList page and routing configuration #1129

Merged
jorgep merged 71 commits from 7119-createVehicle into dev 2025-02-06 09:24:16 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 2d85ce32f9 - Show all commits

View File

@ -274,10 +274,6 @@ function trimData(data) {
return data;
}
function getValue(data) {
return Array.isArray(data) ? data[0] : (data ?? {});
}
defineExpose({
save,
isLoading,