Skip to content

Commit

Permalink
Fix incorrect type
Browse files Browse the repository at this point in the history
This selector is actually an array of strings
  • Loading branch information
scottybollinger committed Nov 17, 2020
1 parent e5a39cb commit d9b78db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ interface SourceValues {
githubOrganizations: string[];
selectedGithubOrganizationsMap: object;
selectedGithubOrganizations: object;
selectedGithubOrganizations: string[];
}

interface SearchResultsResponse {
Expand Down

0 comments on commit d9b78db

Please sign in to comment.