Better radio dropdown type

This commit is contained in:
Gregory Schier
2023-03-20 16:54:26 -07:00
parent f855d8ab16
commit 4b0793ebef
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',