Skip to content

Commit 492fdf7

Browse files
committed
chore: fix lint error
1 parent 60a41ae commit 492fdf7

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

frontend/src/components/speakers/EditableSpeakerParticipation.vue

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,8 @@
2020
Edit
2121
</Button>
2222
<div v-else class="flex gap-2">
23-
<Button
24-
size="sm"
25-
:disabled="isSaving || isStatusUpdating"
26-
@click="saveChanges"
27-
>
28-
{{
29-
isSaving
30-
? "Saving..."
31-
: isStatusUpdating
32-
? "Updating..."
33-
: "Save"
34-
}}
23+
<Button size="sm" :disabled="isSaving" @click="saveChanges">
24+
{{ isSaving ? "Saving..." : "Save Changes" }}
3525
</Button>
3626
<Button variant="outline" size="sm" @click="cancelEditing">
3727
Cancel

0 commit comments

Comments
 (0)