chore: fix typo; use correct variable
Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
@@ -488,7 +488,7 @@ repoUrl:
|
||||
host: github.com
|
||||
```
|
||||
|
||||
This value will be overriden if a different host is specified in a `RepoUrlPicker` field extension.
|
||||
This value will be overridden if a different host is specified in a `RepoUrlPicker` field extension.
|
||||
|
||||
### `excludedOwners`
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ export function createHandleAutocompleteRequest(options: {
|
||||
client.rest.orgs.listForAuthenticatedUser,
|
||||
);
|
||||
|
||||
const results = branches.map(r => ({ id: r.login }));
|
||||
const results = orgs.map(r => ({ id: r.login }));
|
||||
|
||||
return { results };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user