Skip to content

Commit

Permalink
group name renaming
Browse files Browse the repository at this point in the history
Signed-off-by: Eric <[email protected]>
  • Loading branch information
mengweieric committed Feb 6, 2024
1 parent 66d7d88 commit 97e9322
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ export const DataSourceSelection = ({ tabId }: { tabId: string }) => {
if (dsOption.label === DEFAULT_DATA_SOURCE_TYPE_NAME) {
dsOption.label = DEFAULT_DATA_SOURCE_OBSERVABILITY_DISPLAY_NAME;
}
if (dsOption.label === 'Index patterns') {
dsOption.label = 'Data connections';
}
return dsOption;
});
}, [dataSourceOptionList]);
Expand Down

0 comments on commit 97e9322

Please sign in to comment.