Do not include fullPath for DAST profiles deletion

parent 681e8cff
......@@ -176,7 +176,7 @@ export default {
mutation: deletion.mutation,
variables: {
input: {
fullPath: projectFullPath,
...(profileType !== 'dastProfiles' ? { fullPath: projectFullPath } : {}),
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