Skip to content

Commit a7ed59b

Browse files
committed
[ML] Fixing link to index management from file data visualizer (#72863)
1 parent 0b53182 commit a7ed59b

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)