diff --git a/src/RootContext.ts b/src/RootContext.ts index dcf097e..1f28a25 100644 --- a/src/RootContext.ts +++ b/src/RootContext.ts @@ -28,6 +28,7 @@ export enum ActionType { SELECT_SCALE = "SELECT_SCALE", SET_SPLINE_OPTIONS = "SET_SPLINE_OPTIONS", SET_INDIVIDUAL_OPTIONS = "SET_INDIVIDUAL_OPTIONS", + SESSION_ENDED = "SESSION_ENDED" } export interface RootAction { diff --git a/src/components/ManageDatasets.tsx b/src/components/ManageDatasets.tsx index 7e513a7..d4229e9 100644 --- a/src/components/ManageDatasets.tsx +++ b/src/components/ManageDatasets.tsx @@ -23,9 +23,8 @@ export function ManageDatasets() {