Fix autocomplete inside dialog

This commit is contained in:
Gregory Schier
2023-03-03 17:03:20 -08:00
parent 1382d7c523
commit abc3745be1
7 changed files with 64 additions and 35 deletions

View File

@@ -29,7 +29,7 @@ export function Sidebar({ className, activeRequestId, workspaceId, requests, ...
{...props}
>
<HStack as={WindowDragRegion} items="center" className="pr-1" justify="end">
<Dialog wide open={open} onOpenChange={setOpen} title="This is the title">
<Dialog wide open={open} onOpenChange={setOpen} title="Edit Headers">
<HeaderEditor />
<Button className="ml-auto mt-5" color="primary" onClick={() => setOpen(false)}>
Save