Fix #1
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 16s
Build and Push Docker Images / build-frontend (push) Successful in 5m55s

This commit is contained in:
2026-01-12 19:40:32 +01:00
parent f044195d86
commit 32b4c40e11

View File

@@ -2499,8 +2499,8 @@ export const useDataStore = defineStore('data', () => {
component: vehicle, component: vehicle,
inputType: "select", inputType: "select",
selectDataType: "vehicles", selectDataType: "vehicles",
selectOptionAttribute: "licensePlate", selectOptionAttribute: "license_plate",
selectSearchAttributes: ['licensePlate'], selectSearchAttributes: ['license_plate','vin'],
}, },
{ {
key: "inventoryitem", key: "inventoryitem",