Skip to content

Commit

Permalink
Merge pull request #32 from coveo/add-index-resource
Browse files Browse the repository at this point in the history
fix(component): changed Indexes keyword for Index
  • Loading branch information
salvarez07 authored Oct 29, 2019
2 parents aa391ea + da09d80 commit 88c92e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/PlatformResources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const resourcesMap: Array<{key: string; resource: typeof Resource}> = [
{key: 'cluster', resource: Cluster},
{key: 'group', resource: Group},
{key: 'organization', resource: Organization},
{key: 'indexes', resource: Index},
{key: 'index', resource: Index},
{key: 'securityCache', resource: SecurityCache},
{key: 'apiKey', resource: ApiKey},
];
Expand Down

0 comments on commit 88c92e2

Please sign in to comment.