Fix model deletion

This commit is contained in:
Gregory Schier
2025-05-21 08:25:12 -07:00
parent c2f9760d08
commit d8b1cadae6
3 changed files with 5 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ export async function deleteModelWithConfirm(model: AnyModel | null): Promise<bo
}
const confirmed = await showConfirmDelete({
id: 'delete-model-' + model.model,
id: 'delete-model-' + model.id,
title: 'Delete ' + modelTypeLabel(model),
description: (
<>