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"
+2 -2
View File
@@ -71,7 +71,7 @@
v-if="fields.length < 4"
class="text-xs p-2 border border-base-200 rounded"
>
<ui>
<ul class="list-disc list-outside ml-3">
<li>
Draw a text field on the page with a mouse
</li>
@@ -84,7 +84,7 @@
<li>
Click on the field type above to add it to the form without drawing it on the document
</li>
</ui>
</ul>
</div>
</template>