mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-08 19:59:19 -05:00
fix(app): remove alert
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user