Skip to content

Commit 47be7e3

Browse files
committed
fix scope selection not working
1 parent e48179c commit 47be7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/Lookup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export class LookupSearch extends Component {
227227
);
228228
}
229229

230-
renderScopeSelector({ scopes, target, disabled }) {
230+
renderScopeSelector({ scopes, targetScope: target, disabled }) {
231231
let targetScope = scopes[0] || {};
232232
for (const scope of scopes) {
233233
if (scope.value === target) {

0 commit comments

Comments
 (0)