Fix rendering error on new operator usage docs

pull/16393/head
Nathan Coleman 2023-02-23 11:32:19 -05:00
parent 3358d823cc
commit ad47f9be23
1 changed files with 5 additions and 1 deletions

View File

@ -49,6 +49,7 @@ $ curl \
<Tabs>
<Tab heading="OSS">
```json
{
"Usage": {
@ -74,8 +75,10 @@ $ curl \
"ResultsFilteredByACLs": false
}
```
</Tab>
<Tab heading="Enterprise">
```json
{
"Usage": {
@ -127,6 +130,7 @@ $ curl \
"ResultsFilteredByACLs": false
}
```
</Tab>
</Tabs>