add Today option to Date Range Picker

This commit is contained in:
Gregor Vostrak
2024-12-03 16:21:59 +01:00
committed by Constantin Graf
parent e3f981aac2
commit ae7f5a98e7
5 changed files with 57 additions and 28 deletions

View File

@@ -198,7 +198,7 @@ async function downloadExport(format: ExportFormat) {
'Export successful',
'Export failed'
);
window.open(response.download_url, '_self')?.focus();
window.open(response.download_url, '_blank')?.focus();
}
}
const { getNameForReportingRowEntry, emptyPlaceholder } = useReportingStore();