diff --git a/src/store/modules/order/actions.ts b/src/store/modules/order/actions.ts index 5474f691..53b8ab43 100644 --- a/src/store/modules/order/actions.ts +++ b/src/store/modules/order/actions.ts @@ -195,7 +195,6 @@ const actions: ActionTree = { } catch(error){ console.error(error) current.poHistory.items = []; - showToast(translate("Something went wrong")); } commit(types.ORDER_CURRENT_UPDATED, current); return resp;