@hybr1d-tech/charizard 0.7.24 → 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,14 +7398,14 @@ function H4({
|
|
|
7398
7398
|
{
|
|
7399
7399
|
label: "See details",
|
|
7400
7400
|
onClick: (i) => {
|
|
7401
|
-
if (typeof t[o] < "u") {
|
|
7402
|
-
t[o](i);
|
|
7403
|
-
return;
|
|
7404
|
-
}
|
|
7405
7401
|
if (i.module_reference === "attendance") {
|
|
7406
7402
|
a(`/attendance/approve/${i.task_details_id}`);
|
|
7407
7403
|
return;
|
|
7408
7404
|
}
|
|
7405
|
+
if (typeof t[o] < "u") {
|
|
7406
|
+
t[o](i);
|
|
7407
|
+
return;
|
|
7408
|
+
}
|
|
7409
7409
|
a(`/${i.module_reference}/${i.task_details_id}`, {
|
|
7410
7410
|
state: { source: location.pathname }
|
|
7411
7411
|
});
|