Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Feb 12, 2020
1 parent 7500bf3 commit ecf1ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/uptime/public/uptime_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const Application = (props: UptimeAppProps) => {
<EuiPage className="app-wrapper-panel " data-test-subj="uptimeApp">
<main>
<PageHeader setBreadcrumbs={setBreadcrumbs} />
// @ts-ignore we need to update the type of this prop
{/* @ts-ignore we need to update the type of this prop*/}
<PageRouter autocomplete={plugins.data.autocomplete} />
</main>
</EuiPage>
Expand Down

0 comments on commit ecf1ee3

Please sign in to comment.