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