Commit c149e21f authored by Frederic Caplette's avatar Frederic Caplette

Adding computed prop for FOSS merge trains

By adding a computed prop for merge train
helper text, we ensure that if running as
FOSS, we dont render the merge train helper and
this prevent the vue component from breaking.
parent e4695080
......@@ -32,5 +32,8 @@ export default {
isMergeImmediatelyDangerous() {
return false;
},
shouldRenderMergeTrainHelperText() {
return false;
},
},
};
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