Skip to content

Commit 41abc0a

Browse files
committed
fix: review fix
1 parent 1ebf287 commit 41abc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/CICDHistory/service.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export const prepareConfigMapAndSecretData = (
200200
if (rawData.mountPath || rawData.defaultMountPath) {
201201
secretValues['mountPath'] = {
202202
displayName: 'Volume mount path',
203-
value: rawData.mountPath ?? rawData.defaultMountPath,
203+
value: rawData.mountPath || rawData.defaultMountPath,
204204
}
205205
}
206206
if (rawData.subPath) {

0 commit comments

Comments
 (0)