diff --git a/stores/data.js b/stores/data.js index 9827f7b..7fdf1db 100644 --- a/stores/data.js +++ b/stores/data.js @@ -1753,6 +1753,7 @@ export const useDataStore = defineStore('data', () => { getContractsByCustomerId, getContactsByVendorId, getDocumentsByProjectId, + getDocumentsByProfileId, getDocumentsByPlantId, getDocumentsByContractId, getDocumentsByVehicleId,