tested component fixed

This commit is contained in:
2026-04-19 17:38:35 +02:00
parent 66be442eb6
commit fa7997c980
4 changed files with 74 additions and 7 deletions
+7 -1
View File
@@ -121,8 +121,14 @@
body: formData,
});
}
if (row) {
row.tested_component = raw;
row._dirty = true;
}
alert(`Added ${uniqueParts.length} part(s).`);
$input.val("");
$input.val(raw);
} catch (e) {
alert("Error: " + e.message);
}