mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 20:55:41 +00:00
fix: assert value input is disabled (#6012)
This commit is contained in:
@@ -169,7 +169,6 @@ const AssertionRow = ({
|
||||
<SingleLineEditor
|
||||
value={value}
|
||||
theme={storedTheme}
|
||||
readOnly={true}
|
||||
onSave={onSave}
|
||||
onChange={(newValue) => {
|
||||
handleAssertionChange(
|
||||
|
||||
Reference in New Issue
Block a user