Skip to content
Snippets Groups Projects

Protect integration sections for Slack App with a feature flag

Merged Denys Mishunov requested to merge 375345-slack-app-vue-ff into master
1 unresolved thread
2 files
+ 42
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -233,7 +233,11 @@ export default {
<section v-if="!hasSections" class="gl-lg-display-flex gl-justify-content-end">
<div class="gl-flex-basis-two-thirds">
<!-- helpHtml is trusted input -->
<div v-if="helpHtml" v-safe-html:[$options.helpHtmlConfig]="helpHtml"></div>
<div
v-if="helpHtml"
v-safe-html:[$options.helpHtmlConfig]="helpHtml"
data-testid="help-html"
></div>
<active-checkbox
v-if="propsSource.showActive"
Loading