feat: ui for new importer

This commit is contained in:
liyasthomas
2022-01-14 20:40:54 +05:30
parent 67934fd19a
commit e323b4355e
12 changed files with 116 additions and 50 deletions

View File

@@ -694,6 +694,10 @@ export function removeRESTCollection(collectionIndex: number) {
})
}
export function getRESTCollection(collectionIndex: number) {
return restCollectionStore.value.state[collectionIndex]
}
export function editRESTCollection(
collectionIndex: number,
collection: Collection<HoppRESTRequest>