Skip to content

Commit

Permalink
more fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mgold1234 committed Oct 7, 2024
1 parent 668ec05 commit 0602a7f
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 30 deletions.
15 changes: 0 additions & 15 deletions cockpit/public/index.html

This file was deleted.

15 changes: 0 additions & 15 deletions cockpit/public/manifest.json

This file was deleted.

4 changes: 4 additions & 0 deletions src/Components/CreateImageWizard/CreateImageWizard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ import {
PageSection,
} from '@patternfly/react-core';
import { WizardStepType } from '@patternfly/react-core/dist/esm/components/Wizard';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import { useGetFeatureFlag } from 'getFeatureFlag';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import { resolveRelPath } from 'pathRes';
import { useNavigate, useSearchParams } from 'react-router-dom';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import {
Tile,
} from '@patternfly/react-core';
import { HelpIcon } from '@patternfly/react-icons';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import { useGetFeatureFlag } from 'getFeatureFlag';

import { useAppSelector, useAppDispatch } from '../../../../store/hooks';
Expand Down
4 changes: 4 additions & 0 deletions src/Components/ImagesTable/ImagesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ import {
Thead,
Tr,
} from '@patternfly/react-table';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import { useGetBlueprintsQuery } from 'api';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import { resolveRelPath } from 'pathRes';
import { useDispatch } from 'react-redux';
import { NavigateFunction, useNavigate } from 'react-router-dom';
Expand Down
2 changes: 2 additions & 0 deletions src/Components/LandingPage/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import {
ToolbarContent,
} from '@patternfly/react-core';
import { ExternalLinkAltIcon, HelpIcon } from '@patternfly/react-icons';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import { useGetFeatureFlag } from 'getFeatureFlag';
import { Outlet, useLocation, useNavigate } from 'react-router-dom';

Expand Down
4 changes: 4 additions & 0 deletions src/Components/sharedComponents/ImageBuilderHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ import {
PageHeader,
PageHeaderTitle,
} from '@redhat-cloud-services/frontend-components';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import { useGetFeatureFlag } from 'getFeatureFlag';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import { resolveRelPath } from 'pathRes';
import { useNavigate } from 'react-router-dom';

Expand Down
2 changes: 2 additions & 0 deletions src/Router.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import React, { lazy, Suspense } from 'react';

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import { useGetFeatureFlag } from 'getFeatureFlag';
import { Route, Routes } from 'react-router-dom';

Expand Down

0 comments on commit 0602a7f

Please sign in to comment.