Skip to content

Commit 54116ab

Browse files
committed
addressing PR comments
Signed-off-by: mpabba3003 <amazonmanideep@gmail.com>
1 parent 7d335c3 commit 54116ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/data_source_management/public/components/edit_data_source/edit_data_source.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const EditDataSource: React.FunctionComponent<RouteComponentProps<{ id: s
7272
} catch (e) {
7373
setDataSource(defaultDataSource);
7474
handleDisplayToastMessage({
75-
id: 'dataSourcesManagement.editDataSource.editDataSourceFailMsg',
75+
id: 'dataSourcesManagement.editDataSource.fetchDataSourceFailMsg',
7676
defaultMessage: 'Unable to find the Data Source.',
7777
});
7878
props.history.push('');

0 commit comments

Comments
 (0)