Custom Reports: save reports (*new SQL table creation*) #5077
Annotations
5 errors and 3 warnings
migrations
Process completed with exit code 1.
|
typecheck:
packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx#L62
Argument of type '"report-delete"' is not assignable to parameter of type 'keyof Handlers'.
|
typecheck:
packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx#L144
Type '{ mode: any; graphType: any; startDate: any; endDate: any; data: any; compact: true; groupBy: any; showEmpty: boolean; balanceType: any; style: { height: string; flex: number; }; }' is not assignable to type 'IntrinsicAttributes & ChooseGraphProps'.
|
typecheck
Process completed with exit code 2.
|
lint
Process completed with exit code 1.
|
lint:
packages/desktop-client/src/components/reports/ChooseGraph.tsx#L39
'startDate' is defined but never used
|
lint:
packages/desktop-client/src/components/reports/ChooseGraph.tsx#L40
'endDate' is defined but never used
|
lint:
packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx#L73
'i' is defined but never used
|