1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: DmitriyNoa <dmytro.zharkov@gmail.com>
This commit is contained in:
DmitriyNoa 2022-03-02 16:12:27 +01:00
parent 55b99c2eb6
commit 640705a88d

View File

@ -117,8 +117,6 @@ export class Select extends React.Component<SelectProps> {
} = this.props;
const WrappedMenu = components.Menu ?? Menu;
console.log("this.selectedOption", this.selectedOption);
const selectProps: Partial<SelectProps> = {
...props,
styles: this.styles,