mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 13:45:52 +00:00
fix: update selectedTab prop to use selectedViewTab in ResponsePane component (#6478)
This commit is contained in:
@@ -254,7 +254,7 @@ const ResponsePane = ({ item, collection }) => {
|
||||
collection={collection}
|
||||
responseSize={responseSize}
|
||||
selectedFormat={selectedFormat}
|
||||
selectedTab={selectedTab}
|
||||
selectedTab={selectedViewTab}
|
||||
data={response.data}
|
||||
dataBuffer={response.dataBuffer}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user