Skip to content

Commit

Permalink
feat: add the possibility to not select any measurement in measuremen…
Browse files Browse the repository at this point in the history
…t panel
  • Loading branch information
wadjih-bencheikh18 authored and targos committed Nov 1, 2022
1 parent d2b58cd commit d5d9d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/MeasurementsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface MeasurementsPanelProps extends DataState {
*/
onTabSelect?: (kind: MeasurementKind) => void;
selectedMeasurement?: {
id: string;
id?: string;
kind: MeasurementKind;
};
}
Expand Down

0 comments on commit d5d9d73

Please sign in to comment.