Skip to content

Commit e210059

Browse files
committed
fix: stop using the persona icon in ProfileSelect
1 parent 174a997 commit e210059

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: plugins/plugin-codeflare/src/components/ProfileSelect.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import React from "react"
1818
import prettyMillis from "pretty-ms"
1919
import { Profiles } from "madwizard"
2020
import { Select, SelectOption, SelectOptionObject, SelectVariant } from "@patternfly/react-core"
21-
import { UserIcon } from "@patternfly/react-icons"
2221

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

0 commit comments

Comments
 (0)