mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-19 07:58:46 -05:00
8814596d6e
The delete handler was using monitor._id from state, which was undefined because the fetched monitor object didn't have _id populated. Changed to use monitorId directly from URL params, which is already available and used by other handlers in the same component (e.g., handlePause). Fixes "Failed to delete monitor" error when removing pagespeed monitors.
This directory contains the client side (frontend) of Checkmate.