Skip to content

Commit

Permalink
[GEN-1781]: fix state of "recordedRows" in "monitors" checkbox list (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElferink authored Nov 21, 2024
1 parent a1d4e66 commit 195e50a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ const MonitoringCheckboxes: React.FC<Props> = ({ isVertical, allowedSignals, sel
setSelectedSignals(payload);
setIsLastSelection(payload.length === 1);
}

return () => {
recordedRows.current = '';
};
// eslint-disable-next-line
}, [allowedSignals]);

Expand Down

0 comments on commit 195e50a

Please sign in to comment.