Skip to content

Commit 7ad3a02

Browse files
author
Miles Hinchliffe
committed
Tidy
1 parent 6cacabd commit 7ad3a02

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

src/lib/components/data-vis/table/Table.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
let {
77
componentNameProp = undefined,
88
data = undefined,
9-
metricDirection = undefined,
109
metaData = undefined,
1110
} = $props();
1211

src/wrappers/components/data-vis/table/TableWrapper.svelte

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -174,18 +174,6 @@
174174
visible: false,
175175
value: data.metaData,
176176
},
177-
// {
178-
// name: "metricDirection",
179-
// category: "Input props",
180-
// propType: "radio",
181-
// options: ["Higher is better", "Lower is better"],
182-
// description: {
183-
// markdown: true,
184-
// arr: [
185-
// `Select the metric direction. Is a higher or lower metric value good?`,
186-
// ],
187-
// },
188-
// },
189177
]),
190178
);
191179

0 commit comments

Comments
 (0)