mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Update nextjs (#550)
This commit is contained in:
@@ -65,7 +65,7 @@ function renderProperties(properties, required = [], depth = 0) {
|
||||
}
|
||||
%>>%>
|
||||
<% if ((type === 'object' && value.properties) || (type === 'object[]' && value.items.properties)) { %>
|
||||
<details class="custom-details" open>
|
||||
<details className="custom-details" open>
|
||||
<summary><%- value.description || 'More Information' %></summary>
|
||||
<Properties>
|
||||
<% if (type === 'object[]') { %>
|
||||
|
||||
Reference in New Issue
Block a user