feat: hoisted response state in the top level store

This commit is contained in:
Anoop M D
2021-12-09 22:14:49 +05:30
parent 4a576665be
commit 17e755123e
6 changed files with 155 additions and 13 deletions

View File

@@ -65,6 +65,8 @@ export default function Main() {
activeRequestTabId={activeRequestTabId}
/>
<RequestTabPanel
actions={actions}
dispatch={dispatch}
collections={collections}
requestTabs={requestTabs}
activeRequestTabId={activeRequestTabId}