test control doc

This commit is contained in:
Felix Roos
2022-05-21 22:51:56 +02:00
parent a8672ec432
commit 987cc63764
3 changed files with 95 additions and 54 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ function ApiDoc() {
}),
}}
/>
<h3>Parameters</h3>
{!!item.params?.length && <h3>Parameters</h3>}
<ul>
{item.params?.map((param, i) => (
<li key={i}>