Fix assertion value modification

This commit is contained in:
Oleksii Slabchenko 2023-10-09 11:41:12 +02:00
parent 239caa1763
commit 0e1c4008e7

View File

@ -178,7 +178,7 @@ const AssertionRow = ({
handleAssertionChange(
{
target: {
value: newValue
value: `${operator} ${newValue}`
}
},
assertion,