Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
jovancvetkovic3006 committed Jun 22, 2023
1 parent 2ad090a commit bcd173b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const AssociateMonitors = ({
useEffect(() => {
if (monitors?.length) {
const value = { ...queryTemplate };
monitors.map((monitor, idx) => {
monitors.forEach((monitor, idx) => {
let delegate = {
order: idx + 1,
monitor_id: monitor.monitor_id,
Expand Down

0 comments on commit bcd173b

Please sign in to comment.