mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Merge branch 'master' into dev
This commit is contained in:
commit
3d8402d2f1
3 changed files with 5 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export function DownloadButton({
|
|||
|
||||
return (
|
||||
<TooltipTrigger delay={0}>
|
||||
<Button variant="quiet" onClick={handleClick} isDisabled={!data}>
|
||||
<Button variant="quiet" onClick={handleClick} isDisabled={!data || data.length === 0}>
|
||||
<Icon>
|
||||
<Download />
|
||||
</Icon>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue