feat(HostCreateExpenseModal): add accounting category field #29120
Annotations
4 errors and 1 warning
Run npm run type:check:
components/dashboard/sections/transactions-imports/TransactionsImport.tsx#L332
Property 'host' does not exist on type '{ __typename?: "Bot"; id: string; name?: string; legalName?: string; imageUrl?: string; legacyId: number; slug: string; currency: Currency; type: AccountType; } | { __typename?: "Collective"; ... 7 more ...; type: AccountType; } | ... 6 more ... | { ...; }'.
|
Run npm run type:check:
components/expenses/ApproveExpenseModal.tsx#L71
Type 'Expense' is not assignable to type '{ type?: ExpenseType; description?: string; items?: { description: string; }[]; }'.
|
Run npm run type:check:
components/expenses/ExpenseAccountingCategoryPill.tsx#L56
Type 'Expense' is not assignable to type '{ type?: ExpenseType; description?: string; items?: { description: string; }[]; }'.
|
Run npm run type:check
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading