Skip to content

Commit

Permalink
fix: state of "recordedRows" in "monitors" checkbox list
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElferink committed Nov 21, 2024
1 parent def460c commit 7a64bd9
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 7a64bd9

Please sign in to comment.