Skip to content

Commit 04552f3

Browse files
Saby-Bishopsdogi
andauthored
manager: less reports chart module is more (fixes #9946) (#9854)
Co-authored-by: dogi <dogi@users.noreply.github.com>
1 parent e7d2dc2 commit 04552f3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "planet",
33
"license": "AGPL-3.0",
4-
"version": "0.22.87",
4+
"version": "0.22.88",
55
"myplanet": {
66
"latest": "v0.55.91",
77
"min": "v0.53.91"

src/app/manager-dashboard/reports/reports-detail.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ import {
4848
} from '@angular/material/table';
4949
import { ReportsDetailActivitiesComponent } from './reports-detail-activities.component';
5050

51-
type ChartModule = typeof import('chart.js');
52-
interface DateFilterForm {
51+
interface DateFilterForm {
5352
startDate: FormControl<Date>;
5453
endDate: FormControl<Date>;
5554
};

0 commit comments

Comments
 (0)