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 e48179c commit 47be7e3Copy full SHA for 47be7e3
src/scripts/Lookup.js
@@ -227,7 +227,7 @@ export class LookupSearch extends Component {
227
);
228
}
229
230
- renderScopeSelector({ scopes, target, disabled }) {
+ renderScopeSelector({ scopes, targetScope: target, disabled }) {
231
let targetScope = scopes[0] || {};
232
for (const scope of scopes) {
233
if (scope.value === target) {
0 commit comments