mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-23 22:28:39 +01:00
Fix assertion value modification
This commit is contained in:
parent
239caa1763
commit
0e1c4008e7
@ -178,7 +178,7 @@ const AssertionRow = ({
|
||||
handleAssertionChange(
|
||||
{
|
||||
target: {
|
||||
value: newValue
|
||||
value: `${operator} ${newValue}`
|
||||
}
|
||||
},
|
||||
assertion,
|
||||
|
Loading…
Reference in New Issue
Block a user