We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b96161 commit cdc4fc7Copy full SHA for cdc4fc7
apps/docs/app/(home)/api/query-type-dialog.tsx
@@ -195,21 +195,6 @@ export function QueryTypeDialog({
195
</div>
196
</DetailRow>
197
) : null}
198
-
199
- {allowedFilters && allowedFilters.length > 0 ? (
200
- <DetailRow label="Allowed filters">
201
- <div className="flex flex-wrap gap-1.5">
202
- {allowedFilters.map((f) => (
203
- <code
204
- className="rounded bg-muted px-1.5 py-0.5 font-mono text-xs"
205
- key={f}
206
- >
207
- {f}
208
- </code>
209
- ))}
210
- </div>
211
- </DetailRow>
212
- ) : null}
213
214
215
<UsageSection typeKey={typeKey} />
0 commit comments