mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
feat: cancel running request (resolves #26)
This commit is contained in:
@@ -139,9 +139,9 @@ const RequestTabPanel = () => {
|
||||
<section className="response-pane flex-grow mt-2">
|
||||
<ResponsePane
|
||||
item={item}
|
||||
collection={collection}
|
||||
rightPaneWidth={rightPaneWidth}
|
||||
response={item.response}
|
||||
isLoading={item.response && item.response.state === 'sending' ? true : false}
|
||||
/>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user