mirror of
https://github.com/frappe/books.git
synced 2024-12-24 11:55:46 +00:00
fix: prevent double click
This commit is contained in:
parent
6b0aab815f
commit
4e81e0fbcc
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user