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:
parent
2dfb5a5bdf
commit
539c0f2216
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue