diff --git a/Dockerfile b/Dockerfile
index 3ab762e..466d9bd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -92,12 +92,7 @@ LABEL org.opencontainers.image.title="Volumes Backup & Share" \
]" \
com.docker.desktop.extension.icon="https://raw.githubusercontent.com/docker/volumes-backup-extension/main/icon.svg" \
com.docker.extension.changelog="
\
- - Improved volume list performance.
\
- - Added support to import backups from any .tar.gz.
\
- - Changed the clone operation to copy the volume labels as well.
\
- - Fixed a bug where the clone operation will not validate whether the destination volume already existed.
\
- - Added error tracking to detect issues before users report them.
\
- - Fixed new vulnerabilities detected in the Dockerfile.
\
+ - Fixed an issue with notifications and the new Design System.
\
" \
com.docker.extension.categories="volumes"
diff --git a/ui/src/App.tsx b/ui/src/App.tsx
index 4cd29b7..c3d869c 100644
--- a/ui/src/App.tsx
+++ b/ui/src/App.tsx
@@ -439,6 +439,7 @@ export function App() {
return;
}
calculateVolumeSize(recalculateVolumeSize);
+ // eslint-disable-next-line react-hooks/exhaustive-deps
}, [recalculateVolumeSize]);
const handleTransferDialogClose = () => {
diff --git a/ui/src/NotificationContext.tsx b/ui/src/NotificationContext.tsx
index b1fff25..cfe52cb 100644
--- a/ui/src/NotificationContext.tsx
+++ b/ui/src/NotificationContext.tsx
@@ -59,6 +59,7 @@ export const NotificationProvider: FC = ({ children }) => {
{actions.map((action) => (