@hybr1d-tech/charizard 2.3.28 → 2.3.29
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/hybr1d-ui.js +4 -0
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -8264,6 +8264,10 @@ function pi(e, l, c, n, t) {
|
|
|
8264
8264
|
l[0](s);
|
|
8265
8265
|
return;
|
|
8266
8266
|
}
|
|
8267
|
+
if (s.module_reference === "it_support") {
|
|
8268
|
+
c(`/it-support/${s.task_details_id}`);
|
|
8269
|
+
return;
|
|
8270
|
+
}
|
|
8267
8271
|
if (s.module_reference === "attendance") {
|
|
8268
8272
|
c(`/attendance/approve/${s.task_details_id}`);
|
|
8269
8273
|
return;
|