Skip to content

Commit

Permalink
Merge branch 'feature/editable_data_points' of https://github.com/Boo…
Browse files Browse the repository at this point in the history
…stV/process-optimizer-frontend into feature/editable_data_points
  • Loading branch information
j-or committed Apr 28, 2021
2 parents b791df1 + 642e4d6 commit f93b401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/data-points.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Card, CardContent, Typography } from "@material-ui/core";
import { useEffect, useReducer } from "react";
import { dataPointsReducer, DataPointsState, DATA_POINTS_TABLE_EDITED, DATA_POINTS_TABLE_EDIT_CANCELLED, DATA_POINTS_TABLE_EDIT_TOGGLED, DATA_POINTS_TABLE_ROW_ADDED, DATA_POINTS_TABLE_ROW_DELETED, testReducer } from "../reducers/data-points-reducer";
import { dataPointsReducer, DataPointsState, DATA_POINTS_TABLE_EDITED, DATA_POINTS_TABLE_EDIT_CANCELLED, DATA_POINTS_TABLE_EDIT_TOGGLED, DATA_POINTS_TABLE_ROW_ADDED, DATA_POINTS_TABLE_ROW_DELETED } from "../reducers/data-points-reducer";
import { ExperimentType, DataPointType, TableDataPoint, TableDataRow, CombinedVariableType } from "../types/common";
import { EditableTable } from "./editable-table";

Expand Down

0 comments on commit f93b401

Please sign in to comment.