refactor: unify edit collection API methods and ensure consistent naming convention
This commit is contained in:
@@ -278,7 +278,7 @@ const saveRequestAs = async () => {
|
||||
|
||||
const requestHandleResult = await workspaceService.getRequestHandle(
|
||||
workspaceService.activeWorkspaceHandle.value,
|
||||
picked.value.folderPath
|
||||
`${picked.value.folderPath}/${picked.value.requestIndex.toString()}`
|
||||
)
|
||||
|
||||
if (E.isLeft(requestHandleResult)) {
|
||||
|
||||
Reference in New Issue
Block a user