Skip to content

Commit cdc4fc7

Browse files
authored
refactor: remove duplicate allowed filters section (#73)
1 parent 9b96161 commit cdc4fc7

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

apps/docs/app/(home)/api/query-type-dialog.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -195,21 +195,6 @@ export function QueryTypeDialog({
195195
</div>
196196
</DetailRow>
197197
) : 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}
213198
</div>
214199

215200
<UsageSection typeKey={typeKey} />

0 commit comments

Comments
 (0)