Skip to content
Snippets Groups Projects
Commit aec61259 authored by Leah Tacke genannt Unterberg's avatar Leah Tacke genannt Unterberg
Browse files

removed superfluous time filter widget

parent d4cf0c23
No related branches found
No related tags found
No related merge requests found
......@@ -40,11 +40,6 @@ const widgetComponents: { title: string, value: string, kind: WidgetKind }[] = [
value: "tableFilter",
kind: "transform"
},
{
title: "Time Filter",
value: "timeFilter",
kind: "transform"
},
{
title: "Simple Join",
value: "simpleJoin",
......@@ -57,7 +52,6 @@ const widgetInstances: { [key: string]: { ref: any, isValid: Ref<boolean>, kind:
"editColumns": {cls: EditColumns, ref: ref(), isValid: ref<boolean>(false), kind: "transform"},
"extractJson": {cls: ExtractJson, ref: ref(), isValid: ref<boolean>(false), kind: "transform"},
"tableFilter": {cls: TableFilter, ref: ref(), isValid: ref<boolean>(false), kind: "transform"},
"timeFilter": {cls: TimeFilter, ref: ref(), isValid: ref<boolean>(false), kind: "transform"},
"simpleJoin": {cls: SimpleJoin, ref: ref(), isValid: ref<boolean>(false), kind: "base"},
"advancedRaw": {cls: AdvancedRaw, ref: ref(), isValid: ref<boolean>(false), kind: "advanced"},
}
......
export const hardcodedPresets = []
import {TEST_PRESET, WZL_PRESET} from "@/services/preset-definitions/testing";
export const hardcodedPresets = [TEST_PRESET, WZL_PRESET]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment