Skip to content

Commit

Permalink
fix: Only show opt in if requested
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
(cherry picked from commit e79dbd8)
  • Loading branch information
juliusknorr authored and Antreesy committed Mar 8, 2024
1 parent 5af9cb9 commit b02e143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcRichText/NcReferenceWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</p>
</div>
</component>
<NcButton v-if="hasInteractiveView && !isInteractive" class="toggle-interactive--button" @click="enableInteractive">
<NcButton v-if="interactiveOptIn && hasInteractiveView && !isInteractive" class="toggle-interactive--button" @click="enableInteractive">
{{ enableLabel }}
</NcButton>
</div>
Expand Down

0 comments on commit b02e143

Please sign in to comment.