diff --git a/src/store/index.js b/src/store/index.js index c15e0bb9..2977af52 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -918,7 +918,7 @@ export const useMainStore = defineStore({ endpoint: `${endpoints.GetInsurancePriceOrderItems.url}?${queryString}` }).catch((error) => { console.error(error); - return []; + throw error; }); if (response.data?.lineItems) {