1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-22 07:52:43 +00:00

Issue #1066 Add a loading state on <o-button> in the create and edit event page

This commit is contained in:
Massedil 2024-11-13 18:15:58 +01:00 committed by setop
parent 2dfb5a5bdf
commit 539c0f2216

View file

@ -548,12 +548,14 @@
outlined
@click="createOrUpdateDraft"
:disabled="saving"
:loading="saving"
>{{ t("Save draft") }}</o-button
>
<o-button
expanded
variant="primary"
:disabled="saving"
:loading="saving"
@click="createOrUpdatePublish"
@keyup.enter="createOrUpdatePublish"
>