mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-23 22:28:39 +01:00
Merge pull request #475 from Sl-Alex/bugfix/assertions-modify-value
Fix assertion value modification
This commit is contained in:
commit
051dac02cd
@ -178,7 +178,7 @@ const AssertionRow = ({
|
||||
handleAssertionChange(
|
||||
{
|
||||
target: {
|
||||
value: newValue
|
||||
value: `${operator} ${newValue}`
|
||||
}
|
||||
},
|
||||
assertion,
|
||||
|
Loading…
Reference in New Issue
Block a user