Skip to content

Commit 43cdb3d

Browse files
[ML] Fixing link to index management from file data visualizer (#72863) (#73007)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent 9289f74 commit 43cdb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/ml/public/application/datavisualizer/file_based/components/results_links/results_links.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const ResultsLinks: FC<Props> = ({
139139
/>
140140
}
141141
description=""
142-
href={`${basePath.get()}/app/management/data/index_management/indices/filter/${index}`}
142+
href={`${basePath.get()}/app/management/data/index_management/indices`}
143143
/>
144144
</EuiFlexItem>
145145

0 commit comments

Comments
 (0)