diff --git a/apps/dokploy/components/dashboard/application/volume-backups/show-volume-backups.tsx b/apps/dokploy/components/dashboard/application/volume-backups/show-volume-backups.tsx index 1c964da42..fcb8f55e4 100644 --- a/apps/dokploy/components/dashboard/application/volume-backups/show-volume-backups.tsx +++ b/apps/dokploy/components/dashboard/application/volume-backups/show-volume-backups.tsx @@ -5,8 +5,8 @@ import { Play, Trash2, } from "lucide-react"; -import { toast } from "sonner"; import { useState } from "react"; +import { toast } from "sonner"; import { DialogAction } from "@/components/shared/dialog-action"; import { Badge } from "@/components/ui/badge"; import { Button } from "@/components/ui/button"; @@ -79,7 +79,7 @@ export const ShowVolumeBackups = ({ return ( -
+
Volume Backups @@ -89,7 +89,7 @@ export const ShowVolumeBackups = ({ intervals.
-
+
{volumeBackups && volumeBackups.length > 0 && ( <>