Skip to content

Commit 10c31dd

Browse files
committed
remove PF styling import
1 parent b46017a commit 10c31dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/src/components/slider/scope-slider.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { Popover, ProgressStep, ProgressStepper } from '@patternfly/react-core';
22
import * as React from 'react';
33
import { FlowScope } from '../../model/flow-query';
44
import { ScopeConfigDef } from '../../model/scope';
5-
// TODO: remove this when https://issues.redhat.com/browse/OCPBUGS-41672 is solved and backported
6-
import '@patternfly/patternfly/components/ProgressStepper/progress-stepper.css';
75
import './scope-slider.css';
86

97
export interface ScopeSliderProps {

0 commit comments

Comments
 (0)