Merge pull request #2543 from Safelite/CASH-313-button-triggers-chat
CASH-313 hide and deactivate webchat button.
This commit is contained in:
commit
af6863ed8d
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
<button
|
||||
v-show="shouldShowWebchatButton"
|
||||
v-on:click="webchatClicked"
|
||||
v-on:keydown.enter.prevent.stop
|
||||
type="button"
|
||||
class="chat-button"></button>
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue