From 2c9dc2e91d25bcb474451e10a060933bf32ff166 Mon Sep 17 00:00:00 2001 From: MVarshini Date: Tue, 6 Sep 2022 20:56:08 +0530 Subject: [PATCH] removed unknown attribute (#3000) Removed unknown property which caused the CI build to fail --- dashboard/src/modules/components/TableComponent/index.jsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dashboard/src/modules/components/TableComponent/index.jsx b/dashboard/src/modules/components/TableComponent/index.jsx index 38c6fc9c48..0d2721d0fc 100644 --- a/dashboard/src/modules/components/TableComponent/index.jsx +++ b/dashboard/src/modules/components/TableComponent/index.jsx @@ -11,12 +11,8 @@ import { Thead, Tr, } from "@patternfly/react-table"; -import { - PageSectionVariants, - ToggleGroup, - ToggleGroupItem, -} from "@patternfly/react-core"; import React, { useEffect, useState } from "react"; +import { ToggleGroup, ToggleGroupItem } from "@patternfly/react-core"; import { bumpToDate, getTodayMidnightUTCDate } from "utils/dateFunctions"; import { fetchPublicDatasets, @@ -151,7 +147,7 @@ const TableWithFavorite = () => { redirect="auth" /> )} -
+