Remove unrelated change

TODO: Fix Trash icon in different PR

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jakub Trávník
2025-12-01 17:00:51 +01:00
committed by GitHub
parent c736657ffe
commit 709a08cfe8

View File

@@ -164,7 +164,6 @@ export default function VolumeDetails({ loaderData }: Route.ComponentProps) {
</Button>
<ExportDialog entityType="volumes" id={volume.id} name={volume.name} triggerLabel="Export config" />
<Button variant="destructive" onClick={() => setShowDeleteConfirm(true)} disabled={deleteVol.isPending}>
<Trash2 className="h-4 w-4 mr-2" />
Delete
</Button>
</div>