diff --git a/src/store/course-room-details.ts b/src/store/course-room-details.ts index 6370ca8200..cb536565bc 100644 --- a/src/store/course-room-details.ts +++ b/src/store/course-room-details.ts @@ -234,6 +234,8 @@ export default class CourseRoomDetailsModule extends VuexModule { link.click(); URL.revokeObjectURL(link.href); } catch (error: any) { + console.log("error", error); + this.setBusinessError({ statusCode: error?.response?.status, message: error?.response?.statusText,