Corrected Archiving UX

This commit is contained in:
2025-09-16 17:34:07 +02:00
parent 95a122c4bf
commit 55ac79c717

View File

@@ -41,7 +41,6 @@ const emitConfirm = () => {
<div class="text-right">
<UButtonGroup>
<UButton
color="rose"
variant="outline"
@click="showModal = false"
>
@@ -50,8 +49,9 @@ const emitConfirm = () => {
<UButton
@click="emitConfirm"
class="ml-2"
color="rose"
>
Bestätigen
Archivieren
</UButton>
</UButtonGroup>