Skip to content

Commit

Permalink
[Index Management] Fix merge conflict issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Sep 22, 2023
1 parent 1c0474f commit 71c0e55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const IndexList: React.FunctionComponent<RouteComponentProps> = ({ histor
useEffect(() => {
breadcrumbService.setBreadcrumbs(IndexManagementBreadcrumb.indices);
}, []);

return (
<div className={`${APP_WRAPPER_CLASS} im-snapshotTestSubject`} data-test-subj="indicesList">
<IndexTable history={history as ScopedHistory} />
Expand Down

0 comments on commit 71c0e55

Please sign in to comment.