mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-05 18:35:49 +03:00
fix incorrect cell order body-param
This commit is contained in:
parent
d8e4063677
commit
e46eca92b6
|
@ -30,11 +30,11 @@
|
|||
<!-- in-body parameter -->
|
||||
<tr class="param body-param" *ng-if="data.bodyParam">
|
||||
<td class="param-name">{{data.bodyParam.name}}</td>
|
||||
<td class="param-description">{{data.bodyParam.description}}</td>
|
||||
<td>
|
||||
<schema class="body-schema param-type" pointer="{{data.bodyParam.pointer}}/schema">
|
||||
</schema>
|
||||
</td>
|
||||
<td class="param-description">{{data.bodyParam.description}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue
Block a user