mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 22:57:59 -04:00
pinned requests should always be visible (#6814)
This commit is contained in:
@@ -889,7 +889,7 @@ export const Debug: FC = () => {
|
||||
|
||||
<GridList
|
||||
className="overflow-y-auto border-b border-t data-[empty]:py-0 py-[--padding-sm] data-[empty]:border-none border-solid border-[--hl-sm]"
|
||||
items={collection.filter(item => !item.hidden && item.pinned)}
|
||||
items={collection.filter(item => item.pinned)}
|
||||
aria-label="Pinned Requests"
|
||||
disallowEmptySelection
|
||||
selectedKeys={[requestId]}
|
||||
|
||||
Reference in New Issue
Block a user