mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
chore: Add feature flag for branding (#5370)
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
>
|
||||
<router-view />
|
||||
</transition>
|
||||
<branding />
|
||||
<branding :disable-branding="disableBranding" />
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
@@ -70,6 +70,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
showPopoutButton: false,
|
||||
disableBranding: window.chatwootWebChannel.disableBranding || false,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user