Better radio dropdown type

This commit is contained in:
Gregory Schier
2023-03-20 16:54:26 -07:00
parent dc97b91a4e
commit 664f3b4d87
3 changed files with 17 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ export function RequestPane({ fullHeight, className }: Props) {
defaultValue: 'body',
});
const tabs: TabItem[] = useMemo(
const tabs: TabItem<string | null>[] = useMemo(
() => [
{
value: 'body',