mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 20:52:14 +01:00
add Today option to Date Range Picker
This commit is contained in:
committed by
Constantin Graf
parent
e3f981aac2
commit
ae7f5a98e7
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user