chore: changes to support id based syncing for collections (#2977)

This commit is contained in:
Akash K
2023-04-11 14:25:15 +05:30
committed by Andrew Bastin
parent 134441a6e7
commit eeee8af806
7 changed files with 299 additions and 98 deletions

View File

@@ -214,7 +214,7 @@ const removeRequest = () => {
emit("select", null)
}
removeGraphqlRequest(props.folderPath, props.requestIndex)
removeGraphqlRequest(props.folderPath, props.requestIndex, props.request.id)
toast.success(`${t("state.deleted")}`)
}
</script>