Skip to content

Commit

Permalink
addressing PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: mpabba3003 <amazonmanideep@gmail.com>
  • Loading branch information
mpabba3003 committed Oct 20, 2022
1 parent 7d335c3 commit 54116ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const EditDataSource: React.FunctionComponent<RouteComponentProps<{ id: s
} catch (e) {
setDataSource(defaultDataSource);
handleDisplayToastMessage({
id: 'dataSourcesManagement.editDataSource.editDataSourceFailMsg',
id: 'dataSourcesManagement.editDataSource.fetchDataSourceFailMsg',
defaultMessage: 'Unable to find the Data Source.',
});
props.history.push('');
Expand Down

0 comments on commit 54116ab

Please sign in to comment.