Skip to content

Commit c177758

Browse files
authored
fix of the review
1 parent 1eb583b commit c177758

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

templates/markdown/.partials/param-prop.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@
1212
</td>
1313
<td>{{prop.in}}</td>
1414
<td>{{{prop.descriptionAsHTML}}}</td>
15-
<td>
16-
{{#if prop.schema}}
17-
{{{acceptedValues prop.schema.enum}}}
18-
{{else}}
19-
Any
20-
{{/if}}
21-
</td>
15+
<td>{{{acceptedValues prop.schema.enum}}}</td>
2216
</tr>
2317
{{#each prop.anyOf}}
2418
{{> paramProp prop=. propName=@key path=(buildPath ../propName ../path @key)}}

0 commit comments

Comments
 (0)