From f9ab8f405096bead444806c867d3921cccf2b897 Mon Sep 17 00:00:00 2001 From: flfeders Date: Wed, 20 Nov 2024 22:42:13 +0100 Subject: [PATCH] Some Changes --- stores/data.js | 1 + 1 file changed, 1 insertion(+) 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,