Skip to content

Commit 4a4bb1c

Browse files
Updated delete ACF certificate request body (#135)
- Request body was null when we delete ACF certificate, It is now updated to '' (empty string). - Defect: https://jazz07.rchland.ibm.com:13443/jazz/web/projects/CSSD#action=com.ibm.team.workitem.viewWorkItem&id=526191 Signed-off-by: Nikhil Ashoka <[email protected]>
1 parent 5c90c81 commit 4a4bb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/modules/SecurityAndAccess/CertificatesStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ const CertificatesStore = {
307307
Oem: {
308308
IBM: {
309309
ACF: {
310-
ACFFile: null,
310+
ACFFile: '',
311311
},
312312
},
313313
},

0 commit comments

Comments
 (0)