Skip to content

Commit

Permalink
fix: remove advanced settings title as it is duplicated (#8108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihexxa authored Oct 21, 2024
1 parent 47f61b3 commit 30917d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/insomnia/src/ui/routes/runner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ export const Runner: FC<{}> = () => {
</TabPanel>
<TabPanel className='w-full flex-1 flex align-center overflow-y-auto' id='advanced'>
<div className="p-4 w-full">
<Heading className="w-full text-lg text-[--hl] h-[--line-height-sm] border-solid scro border-b border-b-[--hl-md]">Advanced Settings</Heading>
<div>
<label className="flex items-center gap-2">
<input
Expand Down

0 comments on commit 30917d8

Please sign in to comment.