Hide "Add quote" button

This commit is contained in:
silverpill 2022-10-05 20:06:49 +00:00
parent e4082177dc
commit c893dedf36

View file

@ -45,6 +45,7 @@
title="Attach image"
:disabled="!canAttachFile()"
@click="selectAttachment()"
@click.middle="quoteInputVisible = !quoteInputVisible"
>
<img :src="require('@/assets/feather/paperclip.svg')">
<input
@ -56,7 +57,7 @@
>
</button>
<button
v-if="canAddQuote()"
v-if="canAddQuote() && false"
type="button"
class="icon"
title="Add quote"