Skip to content

Commit

Permalink
fix: stop using the persona icon in ProfileSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Oct 1, 2022
1 parent 174a997 commit e210059
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/plugin-codeflare/src/components/ProfileSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import React from "react"
import prettyMillis from "pretty-ms"
import { Profiles } from "madwizard"
import { Select, SelectOption, SelectOptionObject, SelectVariant } from "@patternfly/react-core"
import { UserIcon } from "@patternfly/react-icons"

type Props = {
selectedProfile?: string
Expand Down Expand Up @@ -82,7 +81,6 @@ export default class ProfileSelect extends React.PureComponent<Props, State> {
public render() {
return (
<Select
toggleIcon={<UserIcon />}
variant={SelectVariant.single}
placeholderText="Select a profile"
aria-label="Profiles selector with description"
Expand Down

0 comments on commit e210059

Please sign in to comment.