feat: graphql request history and collection restore

This commit is contained in:
Andrew Bastin
2021-08-12 16:14:41 +05:30
parent 55bcb34fd5
commit a1dc224007
6 changed files with 94 additions and 52 deletions

View File

@@ -144,8 +144,6 @@ export default defineComponent({
},
useHistory(entry: any) {
if (this.page === "rest") setRESTRequest(entry)
// TODO: restore gql entry to request section
else console.log("not implemented yet")
},
deleteHistory(entry: any) {
if (this.page === "rest") deleteRESTHistoryEntry(entry)