feat(#95): runner runs inside a tab of a collection view

This commit is contained in:
Anoop M D
2023-09-28 04:02:20 +05:30
parent 487dd73040
commit c27f090583
13 changed files with 109 additions and 126 deletions

View File

@@ -120,8 +120,7 @@ const RequestTabPanel = () => {
return <div className="pb-4 px-4">Collection not found!</div>;
}
const showRunner = collection.showRunner;
if (showRunner) {
if (focusedTab.type === 'collection-runner') {
return <RunnerResults collection={collection} />;
}