Do not include fullPath for DAST profiles deletion

parent 681e8cff
...@@ -176,7 +176,7 @@ export default { ...@@ -176,7 +176,7 @@ export default {
mutation: deletion.mutation, mutation: deletion.mutation,
variables: { variables: {
input: { input: {
fullPath: projectFullPath, ...(profileType !== 'dastProfiles' ? { fullPath: projectFullPath } : {}),
id: profileId, id: profileId,
}, },
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment