Skip to content

Commit

Permalink
Merge pull request #748 from JulianKniephoff/dead-code
Browse files Browse the repository at this point in the history
Remove some dead code
  • Loading branch information
lkiesow authored Jul 2, 2024
2 parents 4c754c3 + 1697317 commit b832810
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
13 changes: 0 additions & 13 deletions src/components/shared/DropDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@ import Select from "react-select";
*/
export type DropDownType = "language" | "isPartOf" | "license" | "captureAgent" | "aclRole" | "workflow" | "aclTemplate" | "newTheme" | "comment" | "theme" | "time";

// type DPTime = {
// index: number,
// value: string,
// }
// type DPCaptureAgent = any;
// type DPComment = string[];
// type DPWorkflow = Workflow[];
// type DPAclTemplate = never[];
// type DPAclRole = any;
// type DPNewTheme = Theme[];
// type DPTheme = any;


/**
* This component provides a bar chart for visualising (statistics) data
*/
Expand Down
14 changes: 0 additions & 14 deletions src/slices/eventDetailsSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2204,20 +2204,6 @@ const eventDetailsSlice = createSlice({
// This is the empty workflow data from the original reducer
// TODO: Figure out why it is so vastly different from our initial state
// and maybe fix our initial state if this is actually correct
// const emptyWorkflowData = {
// creator: {
// name: "",
// email: "",
// },
// title: "",
// description: "",
// submittedAt: "",
// state: "",
// executionTime: "",
// wiid: "",
// wdid: "",
// configuration: {},
// };
const emptyWorkflowData = {
workflowId: "",
description: "",
Expand Down

0 comments on commit b832810

Please sign in to comment.