mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Compare commits
6 commits
03c892aac0
...
7ac5913c86
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ac5913c86 | ||
|
|
a6e130ab2e | ||
|
|
4fe4bb99b7 | ||
|
|
b9e90268d1 | ||
|
|
cf31ca20b9 | ||
|
|
c3f3a7db3f |
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,6 +5,7 @@ node_modules
|
|||
.pnp
|
||||
.pnp.js
|
||||
.pnpm-store
|
||||
package-lock.json
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
|
|
|||
|
|
@ -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