diff --git a/src/store/index.js b/src/store/index.js index d0e6f37a..78321758 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1052,7 +1052,7 @@ export const useMainStore = defineStore({ })); } }); - Promise.allSettled(recalPromises); + await Promise.allSettled(recalPromises); } }, addGlassPartRecalibrationInfo(partNumber, recalPartInformation) {