diff --git a/src/store/modules/product/actions.ts b/src/store/modules/product/actions.ts index a46839ed..536ab490 100644 --- a/src/store/modules/product/actions.ts +++ b/src/store/modules/product/actions.ts @@ -70,7 +70,7 @@ const actions: ActionTree = { // Remove added loader only when new query and not the infinite scroll if (payload.viewIndex === 0) emitter.emit("dismissLoader"); } catch(error){ - console.log(error) + console.error(error) showToast(translate("Something went wrong")); } // TODO Handle specific error @@ -78,4 +78,4 @@ const actions: ActionTree = { }, } -export default actions; \ No newline at end of file +export default actions;