mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 22:57:59 -04:00
fix: type check
This commit is contained in:
@@ -193,7 +193,6 @@ const Design: FC = () => {
|
||||
activeCookieJar,
|
||||
caCertificate,
|
||||
clientCertificates,
|
||||
activeWorkspace,
|
||||
} = useRouteLoaderData(':workspaceId') as WorkspaceLoaderData;
|
||||
const { settings } = useRootLoaderData();
|
||||
|
||||
@@ -1000,7 +999,7 @@ const Design: FC = () => {
|
||||
</Panel>
|
||||
<PanelResizeHandle className='h-full w-[1px] bg-[--hl-md]' />
|
||||
<Panel className='flex flex-col'>
|
||||
<OrganizationTabList activeWorkspace={activeWorkspace} activeProject={activeProject} />
|
||||
<OrganizationTabList />
|
||||
<PanelGroup autoSaveId="insomnia-panels" direction={direction}>
|
||||
<Panel id="pane-one" minSize={10} className='pane-one theme--pane'>
|
||||
<div className="flex flex-col h-full w-full overflow-hidden divide-y divide-solid divide-[--hl-md]">
|
||||
|
||||
Reference in New Issue
Block a user