diff options
Diffstat (limited to 'lib/docu-list-rule/code-groups/table/code-groups-table.tsx')
| -rw-r--r-- | lib/docu-list-rule/code-groups/table/code-groups-table.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/docu-list-rule/code-groups/table/code-groups-table.tsx b/lib/docu-list-rule/code-groups/table/code-groups-table.tsx index c10d3445..8873c34c 100644 --- a/lib/docu-list-rule/code-groups/table/code-groups-table.tsx +++ b/lib/docu-list-rule/code-groups/table/code-groups-table.tsx @@ -48,8 +48,6 @@ export function CodeGroupsTable({ promises }: CodeGroupsTableProps) { id: "controlType", label: "Control Type", type: "select", options: [ { label: "Textbox", value: "textbox" }, { label: "Combobox", value: "combobox" }, - { label: "Date", value: "date" }, - { label: "Number", value: "number" }, ] }, { @@ -69,7 +67,6 @@ export function CodeGroupsTable({ promises }: CodeGroupsTableProps) { enablePinning: true, enableAdvancedFilter: true, initialState: { - sorting: [{ id: "createdAt", desc: true }], columnPinning: { right: ["actions"] }, }, getRowId: (originalRow) => String(originalRow.groupId), |
