We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c4d5e commit 79f7c8dCopy full SHA for 79f7c8d
src/features/common/components/debugger-picker/debugger-picker.component.tsx
@@ -55,7 +55,6 @@ export const DebuggerPickerComponent: React.FC<
55
label,
56
options,
57
handleSelection,
58
- selectedOptionCode,
59
placeholder,
60
minWidth,
61
}) => {
@@ -89,7 +88,6 @@ export const DebuggerPickerComponent: React.FC<
89
88
aria-label={"Debugger picker"}
90
className="react-select-container"
91
onChange={handleChange}
92
- //value={selectedOptionCode}
93
options={options}
94
menuPortalTarget={document.body}
95
classNamePrefix={"react-select"}
0 commit comments