Skip to content

Commit

Permalink
[MDS-5760] ESUP table "Explosives" link opens "Detonators" modal (#2986)
Browse files Browse the repository at this point in the history
tell it to open the explosives modal instead of the detonators
  • Loading branch information
taraepp authored Mar 5, 2024
1 parent 0e59bf7 commit b04f80c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ const MineExplosivesPermitTable: FC<RouteComponentProps & MineExplosivesPermitTa
render: (text, record) => (
<div
className="underline"
onClick={(event) => handleOpenViewMagazineModal(event, record, "DET")}
onClick={(event) => handleOpenViewMagazineModal(event, record, "EXP")}
>
{text || "0"} kg
</div>
Expand Down

0 comments on commit b04f80c

Please sign in to comment.