fix(app): remove alert

This commit is contained in:
dextmorgn
2025-12-01 10:51:00 +01:00
parent 5ef0b4d090
commit c61627d620

View File

@@ -497,7 +497,6 @@ export function ImportPreview({
setIsImporting(true)
try {
const mappingsArray = Array.from(mappingsById.values()).filter(m => m.include)
alert(mappingsArray.length)
const result = await sketchService.executeImport(sketchId, mappingsArray)
setImportResult(result)