Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <ihailong@amazon.com>
  • Loading branch information
Hailong-am committed Sep 21, 2023
1 parent 6204dcc commit 68c9750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/plugins/data/public/search/errors/painless_error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ export class PainlessError extends OsdError {

public getErrorMessage(application: ApplicationStart) {
function onClick() {
application.navigateToApp('management', {
path: `/opensearch-dashboards/indexPatterns`,
});
application.navigateToApp('indexPatterns');
}

return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ describe('OverviewPageHeader toolbar items - Management', () => {

return component.find({
className: 'osdOverviewPageHeader__actionButton',
href: '/app/management',
href: '/app/settings',
});
};

Expand Down

0 comments on commit 68c9750

Please sign in to comment.