mario-core 3.0.7-admin → 3.0.9-admin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -1167,7 +1167,7 @@ var use_for$1 = "Use for";
|
|
|
1167
1167
|
var admin_training$1 = "Admin training";
|
|
1168
1168
|
var teacher_training$1 = "Teacher training";
|
|
1169
1169
|
var created_time$1 = "Create time";
|
|
1170
|
-
var total_reflections$1 = "Total Reflections
|
|
1170
|
+
var total_reflections$1 = "Total Reflections";
|
|
1171
1171
|
var student_training$1 = "Student training";
|
|
1172
1172
|
var create_destination$1 = "Create Destination";
|
|
1173
1173
|
var total_of_designation$1 = "Total of Designation";
|
|
@@ -8007,7 +8007,7 @@ var NotificationList = function NotificationList() {
|
|
|
8007
8007
|
}
|
|
8008
8008
|
})), React.createElement("td", {
|
|
8009
8009
|
className: "text-center align-middle"
|
|
8010
|
-
}, ["AssessmentAssignment", "NewConferenceCreated", "NewSessionCreated", "CertificateApproved"].includes(record.source) && React.createElement(AiOutlineEye, {
|
|
8010
|
+
}, ["AssessmentAssignment", "NewConferenceCreated", "NewSessionCreated", "CertificateApproved", "Class Reflection", "NewSessionComplete", "ActionPointReminder", "SendNotiPLP", "SendNotiGOAL"].includes(record.source) && React.createElement(AiOutlineEye, {
|
|
8011
8011
|
className: "cursor-pointer",
|
|
8012
8012
|
size: ICON_SIZE,
|
|
8013
8013
|
title: "Detail",
|