mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
fix: better transactions export UX
This commit is contained in:
@@ -46,7 +46,7 @@ export default async function TransactionsPage({ searchParams }: { searchParams:
|
||||
<span className="text-3xl tracking-tight opacity-20">{total}</span>
|
||||
</h2>
|
||||
<div className="flex gap-2">
|
||||
<ExportTransactionsDialog fields={fields} categories={categories} projects={projects}>
|
||||
<ExportTransactionsDialog fields={fields} categories={categories} projects={projects} total={total}>
|
||||
<Button variant="outline">
|
||||
<Download />
|
||||
<span className="hidden md:block">Export</span>
|
||||
|
||||
Reference in New Issue
Block a user