diff --git a/src/pages/Dashboard/DashboardConstants.js b/src/pages/Dashboard/DashboardConstants.js index 3f191e0f7..abf5ee5a2 100644 --- a/src/pages/Dashboard/DashboardConstants.js +++ b/src/pages/Dashboard/DashboardConstants.js @@ -1,6 +1,5 @@ import React from 'react'; import moment from 'moment-timezone'; -import parse from 'html-react-parser'; import { Link } from '@mui/material'; import { OpenInNew as OpenInNewIcon } from '@mui/icons-material'; @@ -15,16 +14,6 @@ export const featureColumns = [ customBodyRender: (value) => value || '-', }, }, - { - name: 'description', - label: 'Description', - options: { - sort: true, - sortThirdClickReset: true, - filter: true, - customBodyRender: (value) => ((value && parse(value)) || '-'), - }, - }, { name: 'priority', label: 'Priority', @@ -86,22 +75,6 @@ export const issueColumns = [ customBodyRender: (value) => value || '-', }, }, - { - name: 'description', - label: 'Description', - options: { - sort: true, - sortThirdClickReset: true, - filter: true, - setCellProps: (value) => ({ - style: { maxWidth: 500 }, - }), - setCellHeaderProps: (value) => ({ - style: { maxWidth: 500 }, - }), - customBodyRender: (value) => ((value && parse(value)) || '-'), - }, - }, { name: 'issue_type', label: 'Type',