@hybr1d-tech/charizard 0.7.23 → 0.7.25
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 -4
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -7398,12 +7398,12 @@ function H4({
|
|
|
7398
7398
|
{
|
|
7399
7399
|
label: "See details",
|
|
7400
7400
|
onClick: (i) => {
|
|
7401
|
-
if (
|
|
7402
|
-
|
|
7401
|
+
if (i.module_reference === "attendance") {
|
|
7402
|
+
a(`/attendance/approve/${i.task_details_id}`);
|
|
7403
7403
|
return;
|
|
7404
7404
|
}
|
|
7405
|
-
if (
|
|
7406
|
-
|
|
7405
|
+
if (typeof t[o] < "u") {
|
|
7406
|
+
t[o](i);
|
|
7407
7407
|
return;
|
|
7408
7408
|
}
|
|
7409
7409
|
a(`/${i.module_reference}/${i.task_details_id}`, {
|