Skip to content

Commit 008886f

Browse files
author
Alban Bailly
committed
DLC-162 update missing requestBody fields
1 parent 9ba42b6 commit 008886f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/2_molecules/BodySchema.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,10 @@ export const BodySchema = props => {
105105
s.properties &&
106106
Object.keys(s.properties).map((p, i) => {
107107
const b = s.properties[p];
108+
console.log(b)
108109
return (
109110
b &&
110-
b.readOnly === undefined && (
111+
b.x_linode_cli_display !== 1 && (
111112
<div key={i} className="response-wrapper">
112113
<div className="lg:flex pt-2 mb-4 initResponse">
113114
<div className="w-full lg:w-1/4">

0 commit comments

Comments
 (0)