Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Tackett <[email protected]>
  • Loading branch information
Adam Tackett committed Sep 4, 2024
1 parent 7c03546 commit 1f9db18
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 128 deletions.
2 changes: 2 additions & 0 deletions public/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { ReportDetails } from './main/report_details/report_details';
import { ReportDefinitionDetails } from './main/report_definition_details/report_definition_details';
import { EditReportDefinition } from './report_definitions/edit/edit_report_definition';


Check failure on line 23 in public/components/app.tsx

View workflow job for this annotation

GitHub Actions / Lint

Delete `⏎`
export interface CoreInterface {
http: CoreStart['http'];
uiSettings: IUiSettingsClient;
Expand Down Expand Up @@ -118,6 +119,7 @@ export const ReportsDashboardsApp = ({
httpClient={http}
{...props}
setBreadcrumbs={chrome.setBreadcrumbs}
chrome={chrome}
/>
)}
/>
Expand Down
Loading

0 comments on commit 1f9db18

Please sign in to comment.