Skip to content

Commit

Permalink
removed unknown attribute (#3000)
Browse files Browse the repository at this point in the history
Removed unknown property which caused the CI build to fail
  • Loading branch information
MVarshini authored Sep 6, 2022
1 parent 9b9d8b5 commit 2c9dc2e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions dashboard/src/modules/components/TableComponent/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -151,7 +147,7 @@ const TableWithFavorite = () => {
redirect="auth"
/>
)}
<div className="table-container" variant={PageSectionVariants.light}>
<div className="table-container">
<PathBreadCrumb pathList={datasetBreadcrumb} />
<Heading
containerClass="publicDataPageTitle"
Expand Down

0 comments on commit 2c9dc2e

Please sign in to comment.