mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-16 18:00:33 +03:00
Fix kebab-case issue (after update to beta.0)
This commit is contained in:
parent
e91b23bee9
commit
f4f9a1381e
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="param-schema" [ngClass]="{'param-array': prop._isArray}" *ngIf="prop._pointer">
|
||||
<json-schema pointer="{{prop._pointer}}" [is-array]='prop._isArray'>
|
||||
<json-schema pointer="{{prop._pointer}}" [isArray]='prop._isArray'>
|
||||
</json-schema>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user