mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
fix: correct the request type tabs in the snapshot (#7994)
This commit is contained in:
@@ -34,6 +34,8 @@ taskMiddleware.startListening({
|
||||
addTab({
|
||||
uid: item.uid,
|
||||
collectionUid: collection.uid,
|
||||
type: item.type,
|
||||
pathname: item.pathname,
|
||||
requestPaneTab: getDefaultRequestPaneTab(item),
|
||||
preview: task?.preview ?? true,
|
||||
...(item.isTransient ? { isTransient: true } : {})
|
||||
|
||||
Reference in New Issue
Block a user