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="" \ 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) => (