diff --git a/packages/bruno-app/src/components/RequestPane/Assertions/AssertionRow/index.js b/packages/bruno-app/src/components/RequestPane/Assertions/AssertionRow/index.js index ea9484780..e56e3c398 100644 --- a/packages/bruno-app/src/components/RequestPane/Assertions/AssertionRow/index.js +++ b/packages/bruno-app/src/components/RequestPane/Assertions/AssertionRow/index.js @@ -146,19 +146,8 @@ const AssertionRow = ({ const { operator, value } = parseAssertionOperator(assertion.value); return ( -
| Expr | -Operator | -Value | -- |
| + handleAssertionChange(e, assertion, 'name')} + /> + |
| Key | -Value | -- |
| + return ( + | ||||
| + handleParamChange(e, param, 'name')} + /> + | +
+ |
+
+
handleParamChange(e, param, 'name')}
+ type="checkbox"
+ checked={param.enabled}
+ tabIndex="-1"
+ className="mr-3 mousetrap"
+ onChange={(e) => handleParamChange(e, param, 'enabled')}
/>
- |
-
- |
-
-
- handleParamChange(e, param, 'enabled')}
- />
-
-
- |
-
| Key | -Value | -Content-Type | -- |
| - handleParamChange(e, param, 'name')} - /> - | -
- {param.type === 'file' ? (
- |
-
- |
+ handleParamChange(e, param, 'name')}
+ />
+ |
+
+ {param.type === 'file' ? (
+ |
-
- |
-
- handleParamChange(e, param, 'enabled')}
- />
-
-
- |
+ |
+
+
+ handleParamChange(e, param, 'enabled')}
+ />
+
+
+ |
+
+ );
+ })
: null}
-
-