#7119 add VehicleList page and routing configuration #1129
|
@ -274,10 +274,6 @@ function trimData(data) {
|
|||
return data;
|
||||
}
|
||||
|
||||
function getValue(data) {
|
||||
return Array.isArray(data) ? data[0] : (data ?? {});
|
||||
}
|
||||
|
||||
defineExpose({
|
||||
save,
|
||||
isLoading,
|
||||
|
|
Loading…
Reference in New Issue