mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-06 08:40:33 -05:00
Removed stop propogation.
This commit is contained in:
@@ -73,7 +73,6 @@ const MonitorDetailsControlHeader = ({
|
||||
variant="contained"
|
||||
color="secondary"
|
||||
onClick={(e) => {
|
||||
e.stopPropagation();
|
||||
navigate(`/incidents/${monitor?._id}`);
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user