Letzten TDR-Messungen anzeigen in Dropdown-Menü

This commit is contained in:
ISA
2025-03-25 07:57:17 +01:00
parent 4d97252556
commit 6730ba92be
4 changed files with 9 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ const TDRChartActionBar: React.FC = () => {
const handleReset = () => {
setSelectedId(null);
dispatch(setSelectedTDRId(null));
dispatch(setSelectedTDRId(-1)); // z.B. -1 als „Reset“-Kennzeichnung
};
return (