We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f56a9e commit 9ebf709Copy full SHA for 9ebf709
js/apps/admin-ui/src/events/EventsSection.tsx
@@ -28,7 +28,7 @@ import {
28
Tooltip,
29
} from "@patternfly/react-core";
30
import { CheckCircleIcon, WarningTriangleIcon } from "@patternfly/react-icons";
31
-import { cellWidth, expandable } from "@patternfly/react-table";
+import { cellWidth } from "@patternfly/react-table";
32
import { pickBy } from "lodash-es";
33
import { useState } from "react";
34
import { Controller, FormProvider, useForm } from "react-hook-form";
@@ -468,7 +468,6 @@ export default function EventsSection() {
468
{
469
name: "time",
470
displayKey: "time",
471
- cellFormatters: [expandable],
472
cellRenderer: (row) =>
473
formatDate(new Date(row.time!), FORMAT_DATE_AND_TIME),
474
},
0 commit comments