2
0
mirror of https://github.com/frappe/books.git synced 2024-12-24 20:00:29 +00:00

fix: prevent double click

This commit is contained in:
18alantom 2022-01-24 12:18:48 +05:30
parent 6b0aab815f
commit 4e81e0fbcc

View File

@ -22,7 +22,6 @@
<p class="text-base">{{ message }}</p> <p class="text-base">{{ message }}</p>
<button <button
v-if="actionText" v-if="actionText"
@click="action"
class="text-sm text-gray-700 hover:text-gray-800" class="text-sm text-gray-700 hover:text-gray-800"
> >
{{ actionText }} {{ actionText }}