mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
Compare commits
No commits in common. "3aa09572f5ff4ab5b9b8d4d5e2a19bf29eaba2b6" and "bf498d92392571fbf025011c5d30627c5d30ff42" have entirely different histories.
3aa09572f5
...
bf498d9239
3 changed files with 1 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,7 +5,6 @@ node_modules
|
|||
.pnp
|
||||
.pnp.js
|
||||
.pnpm-store
|
||||
package-lock.json
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
|
|
|||
|
|
@ -95,9 +95,6 @@ docker pull docker.umami.is/umami-software/umami:latest
|
|||
---
|
||||
|
||||
## 🔄 Getting Updates
|
||||
> [!WARNING]
|
||||
> If you are updating from Umami V2, image "postgresql-latest" is deprecated. You must change it to "latest".
|
||||
> e.g., rename `docker.umami.is/umami-software/umami:postgresql-latest` to `docker.umami.is/umami-software/umami:latest`.
|
||||
|
||||
To get the latest features, simply do a pull, install any new dependencies, and rebuild:
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export function DownloadButton({
|
|||
|
||||
return (
|
||||
<TooltipTrigger delay={0}>
|
||||
<Button variant="quiet" onClick={handleClick} isDisabled={!data || data.length === 0}>
|
||||
<Button variant="quiet" onClick={handleClick} isDisabled={!data}>
|
||||
<Icon>
|
||||
<Download />
|
||||
</Icon>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue