diff --git a/frontend/src/types/index.ts b/frontend/src/types/index.ts index 760fb6d..7e63ecd 100644 --- a/frontend/src/types/index.ts +++ b/frontend/src/types/index.ts @@ -75,7 +75,7 @@ export interface Report { } export interface ReportForm { - customerId: number + customerId: number | null description?: string } diff --git a/frontend/src/views/Layout.vue b/frontend/src/views/Layout.vue index 141528b..aad9fef 100644 --- a/frontend/src/views/Layout.vue +++ b/frontend/src/views/Layout.vue @@ -1,7 +1,7 @@