File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.storybook/__storyshots__ Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10900,10 +10900,10 @@ exports[`Uncontrolled with Multi Scope`] = `
1090010900 type="button">
1090110901 <svg
1090210902 aria-hidden={true}
10903- className="slds-icon slds-icon--x-small slds-icon-standard-account "
10903+ className="slds-icon slds-icon--x-small slds-icon-standard-opportunity "
1090410904 style={undefined}>
1090510905 <use
10906- xlinkHref="/assets/icons/standard-sprite/svg/symbols.svg#account " />
10906+ xlinkHref="/assets/icons/standard-sprite/svg/symbols.svg#opportunity " />
1090710907 </svg>
1090810908 <svg
1090910909 aria-hidden={true}
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments