diff --git a/frontend/stores/data.js b/frontend/stores/data.js index a28952b..b311193 100644 --- a/frontend/stores/data.js +++ b/frontend/stores/data.js @@ -2499,8 +2499,8 @@ export const useDataStore = defineStore('data', () => { component: vehicle, inputType: "select", selectDataType: "vehicles", - selectOptionAttribute: "licensePlate", - selectSearchAttributes: ['licensePlate'], + selectOptionAttribute: "license_plate", + selectSearchAttributes: ['license_plate','vin'], }, { key: "inventoryitem",