feat: add request button near request tabs

This commit is contained in:
Anoop M D
2022-01-07 21:11:04 +05:30
parent 71ce963361
commit e99f9434ad
3 changed files with 86 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ const reducer = (state, action) => {
const uid = nanoid();
draft.requestTabs.push({
id: uid,
name: 'Untitled Request',
name: 'New Tab',
method: 'GET',
request: {
url: 'https://api.spacex.land/graphql/',