diff --git a/src/components/sectionList/SectionListRow.tsx b/src/components/sectionList/SectionListRow.tsx index 8d1503fe..23e2edd8 100644 --- a/src/components/sectionList/SectionListRow.tsx +++ b/src/components/sectionList/SectionListRow.tsx @@ -1,15 +1,8 @@ -import { DataTableRow, DataTableCell, Checkbox, Button } from '@dhis2/ui' -import { IconEdit24, IconMore24 } from '@dhis2/ui-icons' +import { DataTableRow, DataTableCell, Checkbox } from '@dhis2/ui' import cx from 'classnames' import React from 'react' -import { Link } from 'react-router-dom' import { CheckBoxOnChangeObject } from '../../types' import { IdentifiableObject, GistModel } from '../../types/models' -import { - ListActions, - ActionEdit, - ActionMore, -} from './listActions/SectionListActions' import css from './SectionList.module.css' import { SelectedColumns, SelectedColumn } from './types' @@ -61,30 +54,3 @@ export function SectionListRow({ ) } - -// const ListActions = ({ modelId }: { modelId: string }) => { -// return ( -//
-// -// -//
-// ) -// } - -// const ActionEdit = ({ modelId }: { modelId: string }) => { -// return ( -// -// -// -// ) -// } - -// const ActionMore = () => { -// return ( -// -// ) -// }