Skip to content

Commit

Permalink
fix: type check
Browse files Browse the repository at this point in the history
  • Loading branch information
CurryYangxx committed Feb 12, 2025
1 parent a2ee656 commit 66c4efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia/src/ui/routes/design.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,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]">
Expand Down

0 comments on commit 66c4efc

Please sign in to comment.