fix demo mode

This commit is contained in:
Alex Turchyn
2023-07-12 23:56:42 +03:00
parent 4ffd198505
commit 03ad848d45
5 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
</p>
<div class="space-y-3 mt-5">
<button
v-if="canSendEmail"
v-if="canSendEmail && !isDemo"
class="white-button flex items-center space-x-1 w-full"
:disabled="isSendingCopy"
@click.prevent="sendCopyToEmail"