Issue #1066 Add a loading state on <o-button> in the create and edit event page
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user