diff --git a/plugins/plugin-codeflare/src/components/ProfileExplorer.tsx b/plugins/plugin-codeflare/src/components/ProfileExplorer.tsx index f0737bc9..26f65991 100644 --- a/plugins/plugin-codeflare/src/components/ProfileExplorer.tsx +++ b/plugins/plugin-codeflare/src/components/ProfileExplorer.tsx @@ -297,14 +297,18 @@ class ProfileCard extends React.PureComponent this.setState((curState) => ({ isKebabOpen: !curState.isKebabOpen })) + /** Set kebab menu closed */ + private readonly _onKebabClose = () => this.setState(() => ({ isKebabOpen: false })) + private actions() { return ( } + toggle={} dropdownItems={this.actionItems} >