mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 20:01:10 +01:00
Better radio dropdown type
This commit is contained in:
@@ -27,7 +27,7 @@ export function RequestPane({ fullHeight, className }: Props) {
|
||||
defaultValue: 'body',
|
||||
});
|
||||
|
||||
const tabs: TabItem[] = useMemo(
|
||||
const tabs: TabItem<string | null>[] = useMemo(
|
||||
() => [
|
||||
{
|
||||
value: 'body',
|
||||
|
||||
Reference in New Issue
Block a user