diff --git a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx index b8a5b2df5..fe335e539 100644 --- a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx +++ b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx @@ -24,7 +24,11 @@ import { FormLabel, // @ts-ignore } from '@carbon/react'; -import { PROCESS_STATUSES, DATE_FORMAT, DATE_FORMAT_CARBON } from '../config'; +import { + PROCESS_STATUSES, + DATE_FORMAT_CARBON, + DATE_FORMAT_FOR_DISPLAY, +} from '../config'; import { convertDateAndTimeStringsToSeconds, convertDateObjectToFormattedHoursMinutes, @@ -681,7 +685,7 @@ export default function ProcessInstanceListTable({ ` component for the `core` theme. @@ -117,7 +117,7 @@ export default function BaseInputTemplate< >