Skip to content

Commit

Permalink
chore: fix linting issue with id location
Browse files Browse the repository at this point in the history
  • Loading branch information
TattdCodeMonkey committed Oct 24, 2024
1 parent e8d6344 commit 17b3d9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ export const buildBaseClassicNavItems = ({
items: [
{
'data-test-subj': 'searchSideNav-Indices',
id: 'search_indices',
deepLink: {
link: 'enterpriseSearchContent:searchIndices',
shouldShowActiveForSubroutes: true,
},
id: 'search_indices',
},
{
'data-test-subj': 'searchSideNav-Connectors',
Expand Down

0 comments on commit 17b3d9d

Please sign in to comment.