mirror of
https://github.com/usebruno/bruno.git
synced 2025-07-15 19:55:30 +02:00
Fix assertion value modification
This commit is contained in:
@ -178,7 +178,7 @@ const AssertionRow = ({
|
|||||||
handleAssertionChange(
|
handleAssertionChange(
|
||||||
{
|
{
|
||||||
target: {
|
target: {
|
||||||
value: newValue
|
value: `${operator} ${newValue}`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
assertion,
|
assertion,
|
||||||
|
Reference in New Issue
Block a user